diff options
author | Lee Jones <[email protected]> | 2021-03-12 09:47:28 +0000 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2021-03-15 22:28:59 -0400 |
commit | a905a1dce8bfc1c057ff7eae9e1d99a818af3007 (patch) | |
tree | 4ec99047d808ce99c28adfcd514a76e1000787fb | |
parent | 1b8a7ee9308e4e81ff02ed853a38ed23d386190b (diff) |
scsi: be2iscsi: Provide missing function name in header
Fixes the following W=1 kernel build warning(s):
drivers/scsi/be2iscsi/be_main.c:4934: warning: expecting prototype for Boot flag info for iscsi(). Prototype was for BEISCSI_SYSFS_ISCSI_BOOT_FLAGS() instead
Link: https://lore.kernel.org/r/[email protected]
Cc: Subbu Seetharaman <[email protected]>
Cc: Ketan Mukadam <[email protected]>
Cc: Jitendra Bhivare <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Cc: "Martin K. Petersen" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index 90fcddb76f46..ab32ca535078 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c @@ -4927,6 +4927,7 @@ void beiscsi_start_boot_work(struct beiscsi_hba *phba, unsigned int s_handle) } /** + * beiscsi_show_boot_tgt_info() * Boot flag info for iscsi-utilities * Bit 0 Block valid flag * Bit 1 Firmware booting selected |