Skip to content

Commit 0aed75f

Browse files
John Garrymartinkpetersen
authored andcommitted
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>
1 parent edb854a commit 0aed75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/scsi/pm8001/pm80xx_hwi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3905,6 +3905,7 @@ static int ssp_coalesced_comp_resp(struct pm8001_hba_info *pm8001_ha,
39053905
/**
39063906
* process_one_iomb - process one outbound Queue memory block
39073907
* @pm8001_ha: our hba card information
3908+
* @circularQ: outbound circular queue
39083909
* @piomb: IO message buffer
39093910
*/
39103911
static void process_one_iomb(struct pm8001_hba_info *pm8001_ha,

0 commit comments

Comments
 (0)