public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] scsi: qla2xxx: Add missing kernel-doc function comments.
@ 2024-08-16  8:55 Yang Li
  0 siblings, 0 replies; only message in thread
From: Yang Li @ 2024-08-16  8:55 UTC (permalink / raw)
  To: James.Bottomley, martin.petersen; +Cc: linux-scsi, linux-kernel, Yang Li

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@linux.alibaba.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-16  9:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16  8:55 [PATCH -next] scsi: qla2xxx: Add missing kernel-doc function comments Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox