Commit 54cb88dc authored by Lee Jones's avatar Lee Jones Committed by Martin K. Petersen

scsi: mpt3sas: Fix a couple of misdocumented functions/params

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

 drivers/scsi/mpt3sas/mpt3sas_transport.c:71: warning: Function parameter or member 'phy' not described in '_transport_get_port_id_by_sas_phy'
 drivers/scsi/mpt3sas/mpt3sas_transport.c:354: warning: Function parameter or member 'port_id' not described in '_transport_expander_report_manufacture'
 drivers/scsi/mpt3sas/mpt3sas_transport.c:354: warning: expecting prototype for transport_expander_report_manufacture(). Prototype was for _transport_expander_report_manufacture() instead
 drivers/scsi/mpt3sas/mpt3sas_transport.c:684: warning: Function parameter or member 'hba_port' not described in 'mpt3sas_transport_port_add'
 drivers/scsi/mpt3sas/mpt3sas_transport.c:684: warning: Excess function parameter 'port' description in 'mpt3sas_transport_port_add'

Link: https://lore.kernel.org/r/20210312094738.2207817-7-lee.jones@linaro.org
Cc: Sathya Prakash <sathya.prakash@broadcom.com>
Cc: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
Cc: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: MPT-FusionLinux.pdl@avagotech.com
Cc: MPT-FusionLinux.pdl@broadcom.com
Cc: linux-scsi@vger.kernel.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 0dbea7c1
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
/** /**
* _transport_get_port_id_by_sas_phy - get zone's port id that Phy belong to * _transport_get_port_id_by_sas_phy - get zone's port id that Phy belong to
* @phy - sas_phy object * @phy: sas_phy object
* *
* Return Port number * Return Port number
*/ */
...@@ -339,10 +339,11 @@ struct rep_manu_reply { ...@@ -339,10 +339,11 @@ struct rep_manu_reply {
}; };
/** /**
* transport_expander_report_manufacture - obtain SMP report_manufacture * _transport_expander_report_manufacture - obtain SMP report_manufacture
* @ioc: per adapter object * @ioc: per adapter object
* @sas_address: expander sas address * @sas_address: expander sas address
* @edev: the sas_expander_device object * @edev: the sas_expander_device object
* @port_id: Port ID number
* *
* Fills in the sas_expander_device object when SMP port is created. * Fills in the sas_expander_device object when SMP port is created.
* *
...@@ -671,7 +672,7 @@ _transport_sanity_check(struct MPT3SAS_ADAPTER *ioc, struct _sas_node *sas_node, ...@@ -671,7 +672,7 @@ _transport_sanity_check(struct MPT3SAS_ADAPTER *ioc, struct _sas_node *sas_node,
* @ioc: per adapter object * @ioc: per adapter object
* @handle: handle of attached device * @handle: handle of attached device
* @sas_address: sas address of parent expander or sas host * @sas_address: sas address of parent expander or sas host
* @port: hba port entry * @hba_port: hba port entry
* Context: This function will acquire ioc->sas_node_lock. * Context: This function will acquire ioc->sas_node_lock.
* *
* Adding new port object to the sas_node->sas_port_list. * Adding new port object to the sas_node->sas_port_list.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment