Commit 807eb907 authored by Bart Van Assche's avatar Bart Van Assche Committed by Martin K. Petersen

scsi: qla2xxx: Improve several kernel-doc headers

This patch avoids that complaints about kernel-doc headers are reported
when building with W=1.

Cc: Himanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: default avatarBart Van Assche <bvanassche@acm.org>
Acked-by: default avatarHimanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 50435d42
...@@ -1195,8 +1195,8 @@ qla24xx_walk_and_build_prot_sglist(struct qla_hw_data *ha, srb_t *sp, ...@@ -1195,8 +1195,8 @@ qla24xx_walk_and_build_prot_sglist(struct qla_hw_data *ha, srb_t *sp,
* @sp: SRB command to process * @sp: SRB command to process
* @cmd_pkt: Command type 3 IOCB * @cmd_pkt: Command type 3 IOCB
* @tot_dsds: Total number of segments to transfer * @tot_dsds: Total number of segments to transfer
* @tot_prot_dsds: * @tot_prot_dsds: Total number of segments with protection information
* @fw_prot_opts: * @fw_prot_opts: Protection options to be passed to firmware
*/ */
inline int inline int
qla24xx_build_scsi_crc_2_iocbs(srb_t *sp, struct cmd_type_crc_2 *cmd_pkt, qla24xx_build_scsi_crc_2_iocbs(srb_t *sp, struct cmd_type_crc_2 *cmd_pkt,
......
...@@ -25,7 +25,7 @@ static int qla2x00_error_entry(scsi_qla_host_t *, struct rsp_que *, ...@@ -25,7 +25,7 @@ static int qla2x00_error_entry(scsi_qla_host_t *, struct rsp_que *,
/** /**
* qla2100_intr_handler() - Process interrupts for the ISP2100 and ISP2200. * qla2100_intr_handler() - Process interrupts for the ISP2100 and ISP2200.
* @irq: * @irq: interrupt number
* @dev_id: SCSI driver HA context * @dev_id: SCSI driver HA context
* *
* Called by system whenever the host adapter generates an interrupt. * Called by system whenever the host adapter generates an interrupt.
...@@ -144,7 +144,7 @@ qla2x00_check_reg16_for_disconnect(scsi_qla_host_t *vha, uint16_t reg) ...@@ -144,7 +144,7 @@ qla2x00_check_reg16_for_disconnect(scsi_qla_host_t *vha, uint16_t reg)
/** /**
* qla2300_intr_handler() - Process interrupts for the ISP23xx and ISP63xx. * qla2300_intr_handler() - Process interrupts for the ISP23xx and ISP63xx.
* @irq: * @irq: interrupt number
* @dev_id: SCSI driver HA context * @dev_id: SCSI driver HA context
* *
* Called by system whenever the host adapter generates an interrupt. * Called by system whenever the host adapter generates an interrupt.
...@@ -3109,7 +3109,7 @@ qla2xxx_check_risc_status(scsi_qla_host_t *vha) ...@@ -3109,7 +3109,7 @@ qla2xxx_check_risc_status(scsi_qla_host_t *vha)
/** /**
* qla24xx_intr_handler() - Process interrupts for the ISP23xx and ISP24xx. * qla24xx_intr_handler() - Process interrupts for the ISP23xx and ISP24xx.
* @irq: * @irq: interrupt number
* @dev_id: SCSI driver HA context * @dev_id: SCSI driver HA context
* *
* Called by system whenever the host adapter generates an interrupt. * Called by system whenever the host adapter generates an interrupt.
......
...@@ -3478,9 +3478,9 @@ qla8044_read_serdes_word(scsi_qla_host_t *vha, uint32_t addr, uint32_t *data) ...@@ -3478,9 +3478,9 @@ qla8044_read_serdes_word(scsi_qla_host_t *vha, uint32_t addr, uint32_t *data)
/** /**
* qla2x00_set_serdes_params() - * qla2x00_set_serdes_params() -
* @vha: HA context * @vha: HA context
* @sw_em_1g: * @sw_em_1g: serial link options
* @sw_em_2g: * @sw_em_2g: serial link options
* @sw_em_4g: * @sw_em_4g: serial link options
* *
* Returns * Returns
*/ */
......
...@@ -2624,7 +2624,7 @@ qlafx00_status_cont_entry(struct rsp_que *rsp, sts_cont_entry_t *pkt) ...@@ -2624,7 +2624,7 @@ qlafx00_status_cont_entry(struct rsp_que *rsp, sts_cont_entry_t *pkt)
* qlafx00_multistatus_entry() - Process Multi response queue entries. * qlafx00_multistatus_entry() - Process Multi response queue entries.
* @vha: SCSI driver HA context * @vha: SCSI driver HA context
* @rsp: response queue * @rsp: response queue
* @pkt: * @pkt: received packet
*/ */
static void static void
qlafx00_multistatus_entry(struct scsi_qla_host *vha, qlafx00_multistatus_entry(struct scsi_qla_host *vha,
...@@ -2867,7 +2867,7 @@ qlafx00_async_event(scsi_qla_host_t *vha) ...@@ -2867,7 +2867,7 @@ qlafx00_async_event(scsi_qla_host_t *vha)
/** /**
* qlafx00x_mbx_completion() - Process mailbox command completions. * qlafx00x_mbx_completion() - Process mailbox command completions.
* @vha: SCSI driver HA context * @vha: SCSI driver HA context
* @mb0: * @mb0: value to be written into mailbox register 0
*/ */
static void static void
qlafx00_mbx_completion(scsi_qla_host_t *vha, uint32_t mb0) qlafx00_mbx_completion(scsi_qla_host_t *vha, uint32_t mb0)
...@@ -2893,7 +2893,7 @@ qlafx00_mbx_completion(scsi_qla_host_t *vha, uint32_t mb0) ...@@ -2893,7 +2893,7 @@ qlafx00_mbx_completion(scsi_qla_host_t *vha, uint32_t mb0)
/** /**
* qlafx00_intr_handler() - Process interrupts for the ISPFX00. * qlafx00_intr_handler() - Process interrupts for the ISPFX00.
* @irq: * @irq: interrupt number
* @dev_id: SCSI driver HA context * @dev_id: SCSI driver HA context
* *
* Called by system whenever the host adapter generates an interrupt. * Called by system whenever the host adapter generates an interrupt.
......
...@@ -2010,7 +2010,7 @@ qla82xx_mbx_completion(scsi_qla_host_t *vha, uint16_t mb0) ...@@ -2010,7 +2010,7 @@ qla82xx_mbx_completion(scsi_qla_host_t *vha, uint16_t mb0)
/** /**
* qla82xx_intr_handler() - Process interrupts for the ISP23xx and ISP63xx. * qla82xx_intr_handler() - Process interrupts for the ISP23xx and ISP63xx.
* @irq: * @irq: interrupt number
* @dev_id: SCSI driver HA context * @dev_id: SCSI driver HA context
* *
* Called by system whenever the host adapter generates an interrupt. * Called by system whenever the host adapter generates an interrupt.
......
...@@ -3878,7 +3878,7 @@ qla8044_write_optrom_data(struct scsi_qla_host *vha, uint8_t *buf, ...@@ -3878,7 +3878,7 @@ qla8044_write_optrom_data(struct scsi_qla_host *vha, uint8_t *buf,
#define PF_BITS_MASK (0xF << 16) #define PF_BITS_MASK (0xF << 16)
/** /**
* qla8044_intr_handler() - Process interrupts for the ISP8044 * qla8044_intr_handler() - Process interrupts for the ISP8044
* @irq: * @irq: interrupt number
* @dev_id: SCSI driver HA context * @dev_id: SCSI driver HA context
* *
* Called by system whenever the host adapter generates an interrupt. * Called by system whenever the host adapter generates an interrupt.
......
...@@ -2229,7 +2229,7 @@ qla2x00_erase_flash_sector(struct qla_hw_data *ha, uint32_t addr, ...@@ -2229,7 +2229,7 @@ qla2x00_erase_flash_sector(struct qla_hw_data *ha, uint32_t addr,
/** /**
* qla2x00_get_flash_manufacturer() - Read manufacturer ID from flash chip. * qla2x00_get_flash_manufacturer() - Read manufacturer ID from flash chip.
* @ha: * @ha: host adapter
* @man_id: Flash manufacturer ID * @man_id: Flash manufacturer ID
* @flash_id: Flash ID * @flash_id: Flash ID
*/ */
......
...@@ -6598,9 +6598,9 @@ static void qlt_lport_dump(struct scsi_qla_host *vha, u64 wwpn, ...@@ -6598,9 +6598,9 @@ static void qlt_lport_dump(struct scsi_qla_host *vha, u64 wwpn,
* qla_tgt_lport_register - register lport with external module * qla_tgt_lport_register - register lport with external module
* *
* @target_lport_ptr: pointer for tcm_qla2xxx specific lport data * @target_lport_ptr: pointer for tcm_qla2xxx specific lport data
* @phys_wwpn: * @phys_wwpn: physical port WWPN
* @npiv_wwpn: * @npiv_wwpn: NPIV WWPN
* @npiv_wwnn: * @npiv_wwnn: NPIV WWNN
* @callback: lport initialization callback for tcm_qla2xxx code * @callback: lport initialization callback for tcm_qla2xxx code
*/ */
int qlt_lport_register(void *target_lport_ptr, u64 phys_wwpn, int qlt_lport_register(void *target_lport_ptr, u64 phys_wwpn,
......
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