forked from Minki/linux
scsi: qla2xxx: Fix some incorrect formatting/spelling issues
Fixes the following W=1 kernel build warning(s): drivers/scsi/qla2xxx/qla_gs.c:1259: warning: expecting prototype for qla2x00_snd_rft_id(). Prototype was for qla2x00_sns_rft_id() instead drivers/scsi/qla2xxx/qla_gs.c:1492: warning: expecting prototype for qla2x00_prep_ct_req(). Prototype was for qla2x00_prep_ct_fdmi_req() instead drivers/scsi/qla2xxx/qla_gs.c:1596: warning: expecting prototype for perform HBA attributes registration(). Prototype was for qla2x00_hba_attributes() instead drivers/scsi/qla2xxx/qla_gs.c:1851: warning: expecting prototype for perform Port attributes registration(). Prototype was for qla2x00_port_attributes() instead drivers/scsi/qla2xxx/qla_gs.c:2284: warning: expecting prototype for perform RPRT registration(). Prototype was for qla2x00_fdmi_rprt() instead Link: https://lore.kernel.org/r/20210303144631.3175331-24-lee.jones@linaro.org Cc: Nilesh Javali <njavali@marvell.com> Cc: GR-QLogic-Storage-Upstream@marvell.com Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: linux-scsi@vger.kernel.org Acked-by: Nilesh Javali <njavali@marvell.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
7cdaf12ea5
commit
f11c8b4242
@ -1247,7 +1247,7 @@ qla2x00_sns_gnn_id(scsi_qla_host_t *vha, sw_info_t *list)
|
||||
}
|
||||
|
||||
/**
|
||||
* qla2x00_snd_rft_id() - SNS Register FC-4 TYPEs (RFT_ID) supported by the HBA.
|
||||
* qla2x00_sns_rft_id() - SNS Register FC-4 TYPEs (RFT_ID) supported by the HBA.
|
||||
* @vha: HA context
|
||||
*
|
||||
* This command uses the old Exectute SNS Command mailbox routine.
|
||||
@ -1479,7 +1479,7 @@ qla2x00_update_ms_fdmi_iocb(scsi_qla_host_t *vha, uint32_t req_size)
|
||||
}
|
||||
|
||||
/**
|
||||
* qla2x00_prep_ct_req() - Prepare common CT request fields for SNS query.
|
||||
* qla2x00_prep_ct_fdmi_req() - Prepare common CT request fields for SNS query.
|
||||
* @p: CT request buffer
|
||||
* @cmd: GS command
|
||||
* @rsp_size: response size in bytes
|
||||
@ -1582,7 +1582,7 @@ qla25xx_fdmi_port_speed_currently(struct qla_hw_data *ha)
|
||||
}
|
||||
|
||||
/**
|
||||
* qla2x00_hba_attributes() perform HBA attributes registration
|
||||
* qla2x00_hba_attributes() - perform HBA attributes registration
|
||||
* @vha: HA context
|
||||
* @entries: number of entries to use
|
||||
* @callopt: Option to issue extended or standard FDMI
|
||||
@ -1837,7 +1837,7 @@ done:
|
||||
}
|
||||
|
||||
/**
|
||||
* qla2x00_port_attributes() perform Port attributes registration
|
||||
* qla2x00_port_attributes() - perform Port attributes registration
|
||||
* @vha: HA context
|
||||
* @entries: number of entries to use
|
||||
* @callopt: Option to issue extended or standard FDMI
|
||||
@ -2272,7 +2272,7 @@ qla2x00_fdmi_dhba(scsi_qla_host_t *vha)
|
||||
}
|
||||
|
||||
/**
|
||||
* qla2x00_fdmi_rprt() perform RPRT registration
|
||||
* qla2x00_fdmi_rprt() - perform RPRT registration
|
||||
* @vha: HA context
|
||||
* @callopt: Option to issue extended or standard FDMI
|
||||
* command parameter
|
||||
|
Loading…
Reference in New Issue
Block a user