]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() static
authorJason Yan <yanaijie@huawei.com>
Tue, 7 Apr 2020 03:21:59 +0000 (11:21 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 15 Apr 2020 01:34:51 +0000 (21:34 -0400)
commit04f166d335c82e70cf1fe8d8667adc004df60b94
tree16ba0277c222e8ab32117ef8adecbdb493eb1414
parent3c850b863c15065d6bdc70abb184804d32b0f1e3
scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() static

Fix the following sparse warning:

drivers/scsi/bfa/bfa_fcs_lport.c:1287:1: warning: symbol
'bfa_fcport_get_loop_attr' was not declared. Should it be static?

Link: https://lore.kernel.org/r/20200407032202.36789-5-yanaijie@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/bfa/bfa_fcs_lport.c