scsi: bnx2i: Add parameter description and rename another
authorLee Jones <lee.jones@linaro.org>
Thu, 23 Jul 2020 12:24:45 +0000 (13:24 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 25 Jul 2020 02:33:07 +0000 (22:33 -0400)
Fixes the following W=1 kernel build warning(s):

 drivers/scsi/bnx2i/bnx2i_iscsi.c:1288: warning: Function parameter or member 'cmds_max' not described in 'bnx2i_session_create'
 drivers/scsi/bnx2i/bnx2i_iscsi.c:2176: warning: Function parameter or member 'params' not described in 'bnx2i_nl_set_path'
 drivers/scsi/bnx2i/bnx2i_iscsi.c:2176: warning: Excess function parameter 'buf' description in 'bnx2i_nl_set_path'

Link: https://lore.kernel.org/r/20200723122446.1329773-40-lee.jones@linaro.org
Cc: QLogic-Storage-Upstream@qlogic.com
Cc: Anil Veerabhadrappa <anilgv@broadcom.com>
Cc: Eddie Wai <eddie.wai@broadcom.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/bnx2i/bnx2i_iscsi.c

index a9ffd89ec2c856bfa2f74cd6dbd8576c5ac7c222..fdd446765311a705c6d1bee24e8ded61b28d65f5 100644 (file)
@@ -1276,6 +1276,7 @@ static int bnx2i_task_xmit(struct iscsi_task *task)
 /**
  * bnx2i_session_create - create a new iscsi session
  * @ep:                pointer to iscsi endpoint
+ * @cmds_max:          user specified maximum commands
  * @qdepth:            scsi queue depth to support
  * @initial_cmdsn:     initial iscsi CMDSN to be used for this session
  *
@@ -2170,7 +2171,7 @@ out:
 /**
  * bnx2i_nl_set_path - ISCSI_UEVENT_PATH_UPDATE user message handler
  * @shost:     scsi host pointer
- * @buf:       pointer to buffer containing iscsi path message
+ * @params:    pointer to buffer containing iscsi path message
  */
 static int bnx2i_nl_set_path(struct Scsi_Host *shost, struct iscsi_path *params)
 {