On Wed, 2018-03-21 at 05:06 +0800, kbuild test robot wrote: > Fixes: 793a6223beef ("mpt3sas: Cache enclosure pages during enclosure add.") > Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> > --- > mpt3sas_scsih.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/mpt3sas/mpt3sas_scsih.c b/drivers/scsi/mpt3sas/mpt3sas_scsih.c > index c93c5c5..67a43957 100644 > --- a/drivers/scsi/mpt3sas/mpt3sas_scsih.c > +++ b/drivers/scsi/mpt3sas/mpt3sas_scsih.c > @@ -1370,7 +1370,7 @@ mpt3sas_scsih_expander_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) > * This searches for enclosure device based on handle, then returns the > * enclosure object. > */ > -struct _enclosure_node * > +static struct _enclosure_node * > mpt3sas_scsih_enclosure_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) > { > struct _enclosure_node *enclosure_dev, *r; Hello Chaitra, Are you aware that if the 0-day test infrastructure suggests an improvement for a patch that the patch that that improvement applies to gets ignored unless either the patch is reposted with the improvement applied or that it is explained why the suggested improvement is inappropriate? Thanks, Bart.