Re: [PATCH] scsi: bfa: make bfad_iocmd_ioc_get_stats() static

2020-05-11 Thread Martin K. Petersen
On Tue, 5 May 2020 15:38:07 +0800, Jason Yan wrote: > Fix the following sparse warning: > > drivers/scsi/bfa/bfad_bsg.c:140:1: warning: symbol > 'bfad_iocmd_ioc_get_stats' was not declared. Should it be static? Applied to 5.8/scsi-queue, thanks! [1/1] scsi: bfa: Make bfad_iocmd_ioc_get_stats()

[PATCH] scsi: bfa: make bfad_iocmd_ioc_get_stats() static

2020-05-05 Thread Jason Yan
Fix the following sparse warning: drivers/scsi/bfa/bfad_bsg.c:140:1: warning: symbol 'bfad_iocmd_ioc_get_stats' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: Jason Yan --- drivers/scsi/bfa/bfad_bsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff