]> 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)
commitcb640ed897e0dd1ef5ea6514bc48aa637847a541
tree16ba0277c222e8ab32117ef8adecbdb493eb1414
parent66ac488a3cb7b19322737016c71b9cf0a57c7411
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