scsi: pm8001: Fix warning for undescribed param in process_one_iomb()
authorJohn Garry <john.garry@huawei.com>
Thu, 27 Jan 2022 13:12:50 +0000 (21:12 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 31 Jan 2022 21:40:07 +0000 (16:40 -0500)
commit0aed75fd30dacd31144188f7ddd5d571db7511c5
tree67a5f5f752052cb62007ca71020279488a37714f
parentedb854a3680bacc9ef9b91ec0c5ff6105886f6f3
scsi: pm8001: Fix warning for undescribed param in process_one_iomb()

make W=1 complains of an undescribed function parameter:

drivers/scsi/pm8001/pm80xx_hwi.c:3938: warning: Function parameter or member 'circularQ' not described in 'process_one_iomb'

Fix it.

Link: https://lore.kernel.org/r/1643289172-165636-2-git-send-email-john.garry@huawei.com
Reported-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Acked-by: Jack Wang <jinpu.wang@ionos.com>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/pm8001/pm80xx_hwi.c