Skip to content

Commit 9e1c911

Browse files
Yang Limartinkpetersen
authored andcommitted
scsi: pmcraid: Fix kernel-doc comment
Fix kernel-doc comment to silence the warnings: drivers/scsi/pmcraid.c:2697: warning: Excess function parameter 'scsi_cmd' description in 'pmcraid_reset_device' drivers/scsi/pmcraid.c:2697: warning: Function parameter or member 'scsi_dev' not described in 'pmcraid_reset_device' Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6843 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20231017025853.67562-1-yang.lee@linux.alibaba.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 2bbeb8d commit 9e1c911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/pmcraid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2679,7 +2679,7 @@ static int pmcraid_error_handler(struct pmcraid_cmd *cmd)
26792679
/**
26802680
* pmcraid_reset_device - device reset handler functions
26812681
*
2682-
* @scsi_cmd: scsi command struct
2682+
* @scsi_dev: scsi device struct
26832683
* @timeout: command timeout
26842684
* @modifier: reset modifier indicating the reset sequence to be performed
26852685
*

0 commit comments

Comments
 (0)