[PATCH -next] scsi: qla2xxx: Add missing kernel-doc function comments.
From: Yang Li
Date: Fri Aug 16 2024 - 05:01:08 EST
Add missing kernel-doc function comments to enhance code readability and
maintainability in accordance with the kernel coding standards.
Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>
---
drivers/scsi/qla2xxx/qla_isr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c
index fe98c76e9be3..6988c931720b 100644
--- a/drivers/scsi/qla2xxx/qla_isr.c
+++ b/drivers/scsi/qla2xxx/qla_isr.c
@@ -3884,6 +3884,7 @@ void qla24xx_nvme_ls4_iocb(struct scsi_qla_host *vha,
* @vha: host adapter pointer
* @rsp: respond queue
* @pkt: head iocb describing how many continuation iocb
+ * @rsp_q_in: index of the response queue input pointer
* Return: 0 all iocbs has arrived, xx- all iocbs have not arrived.
*/
static int qla_chk_cont_iocb_avail(struct scsi_qla_host *vha,
--
2.32.0.3.g01195cf9f