qla2x00t: Fix three kernel-doc headers

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9511 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2021-09-05 03:11:34 +00:00
parent 13def89b5f
commit 34b4ac48ed
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1015,7 +1015,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.
@@ -1251,7 +1251,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
+1 -1
View File
@@ -504,7 +504,7 @@ qla2x00_start_iocbs(struct scsi_qla_host *vha, struct req_que *req)
EXPORT_SYMBOL(qla2x00_start_iocbs);
/**
* qla2x00_marker() - Send a marker IOCB to the firmware.
* __qla2x00_marker() - Send a marker IOCB to the firmware.
* @vha: HA context
* @req: Request queue
* @rsp: ...