]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
scsi: fnic: Kernel-doc headers must contain the function name
authorLee Jones <lee.jones@linaro.org>
Wed, 17 Mar 2021 09:12:12 +0000 (09:12 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 19 Mar 2021 03:41:07 +0000 (23:41 -0400)
commit2efd8631d6a5c73cd3a749a9193660750fd936bb
tree18c36717651f674a43e09506a922618bee51633c
parentc7eab0704c305606d7db2a698005acee8f129ad1
scsi: fnic: Kernel-doc headers must contain the function name

Fixes the following W=1 kernel build warning(s):

 drivers/scsi/fnic/fnic_fcs.c:308: warning: expecting prototype for Check if the Received FIP FLOGI frame is rejected(). Prototype was for is_fnic_fip_flogi_reject() instead

Link: https://lore.kernel.org/r/20210317091230.2912389-19-lee.jones@linaro.org
Cc: Satish Kharat <satishkh@cisco.com>
Cc: Sesidhar Baddela <sebaddel@cisco.com>
Cc: Karan Tilak Kumar <kartilak@cisco.com>
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fnic/fnic_fcs.c