scsi: qla2xxx: Fix function argument descriptions
Bring the kernel-doc headers in sync with the function argument lists. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Cc: Himanshu Madhani <himanshu.madhani@cavium.com> Acked-by: Himanshu Madhani <himanshu.madhani@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
bb83e59dae
commit
2db6228d9c
@@ -259,7 +259,7 @@ qla2300_intr_handler(int irq, void *dev_id)
|
||||
|
||||
/**
|
||||
* qla2x00_mbx_completion() - Process mailbox command completions.
|
||||
* @ha: SCSI driver HA context
|
||||
* @vha: SCSI driver HA context
|
||||
* @mb0: Mailbox0 register
|
||||
*/
|
||||
static void
|
||||
@@ -612,7 +612,8 @@ qla2x00_find_fcport_by_nportid(scsi_qla_host_t *vha, port_id_t *id,
|
||||
|
||||
/**
|
||||
* qla2x00_async_event() - Process aynchronous events.
|
||||
* @ha: SCSI driver HA context
|
||||
* @vha: SCSI driver HA context
|
||||
* @rsp: response queue
|
||||
* @mb: Mailbox registers (0 - 3)
|
||||
*/
|
||||
void
|
||||
@@ -1255,7 +1256,8 @@ global_port_update:
|
||||
|
||||
/**
|
||||
* qla2x00_process_completed_request() - Process a Fast Post response.
|
||||
* @ha: SCSI driver HA context
|
||||
* @vha: SCSI driver HA context
|
||||
* @req: request queue
|
||||
* @index: SRB index
|
||||
*/
|
||||
void
|
||||
@@ -1969,7 +1971,7 @@ static void qla_ctrlvp_completed(scsi_qla_host_t *vha, struct req_que *req,
|
||||
|
||||
/**
|
||||
* qla2x00_process_response_queue() - Process response queue entries.
|
||||
* @ha: SCSI driver HA context
|
||||
* @rsp: response queue
|
||||
*/
|
||||
void
|
||||
qla2x00_process_response_queue(struct rsp_que *rsp)
|
||||
@@ -2373,7 +2375,8 @@ done:
|
||||
|
||||
/**
|
||||
* qla2x00_status_entry() - Process a Status IOCB entry.
|
||||
* @ha: SCSI driver HA context
|
||||
* @vha: SCSI driver HA context
|
||||
* @rsp: response queue
|
||||
* @pkt: Entry pointer
|
||||
*/
|
||||
static void
|
||||
@@ -2750,7 +2753,7 @@ out:
|
||||
|
||||
/**
|
||||
* qla2x00_status_cont_entry() - Process a Status Continuations entry.
|
||||
* @ha: SCSI driver HA context
|
||||
* @rsp: response queue
|
||||
* @pkt: Entry pointer
|
||||
*
|
||||
* Extended sense data.
|
||||
@@ -2808,7 +2811,8 @@ qla2x00_status_cont_entry(struct rsp_que *rsp, sts_cont_entry_t *pkt)
|
||||
|
||||
/**
|
||||
* qla2x00_error_entry() - Process an error entry.
|
||||
* @ha: SCSI driver HA context
|
||||
* @vha: SCSI driver HA context
|
||||
* @rsp: response queue
|
||||
* @pkt: Entry pointer
|
||||
* return : 1=allow further error analysis. 0=no additional error analysis.
|
||||
*/
|
||||
@@ -2867,7 +2871,7 @@ fatal:
|
||||
|
||||
/**
|
||||
* qla24xx_mbx_completion() - Process mailbox command completions.
|
||||
* @ha: SCSI driver HA context
|
||||
* @vha: SCSI driver HA context
|
||||
* @mb0: Mailbox0 register
|
||||
*/
|
||||
static void
|
||||
@@ -2935,7 +2939,8 @@ void qla24xx_nvme_ls4_iocb(struct scsi_qla_host *vha,
|
||||
|
||||
/**
|
||||
* qla24xx_process_response_queue() - Process response queue entries.
|
||||
* @ha: SCSI driver HA context
|
||||
* @vha: SCSI driver HA context
|
||||
* @rsp: response queue
|
||||
*/
|
||||
void qla24xx_process_response_queue(struct scsi_qla_host *vha,
|
||||
struct rsp_que *rsp)
|
||||
|
||||
Reference in New Issue
Block a user