diff options
| author | Yang Li <[email protected]> | 2023-10-17 02:58:53 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2023-10-25 02:21:51 +0000 |
| commit | 9e1c911ecbbc92ebdae4aa69cf7691cf792ba32d (patch) | |
| tree | bbce7fb7a5e6c646d6483d23c7bba77f9d980965 /drivers/scsi/pmcraid.c | |
| parent | scsi: core: Handle depopulation and restoration in progress (diff) | |
| download | kernel-9e1c911ecbbc92ebdae4aa69cf7691cf792ba32d.tar.gz kernel-9e1c911ecbbc92ebdae4aa69cf7691cf792ba32d.zip | |
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 <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6843
Signed-off-by: Yang Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/pmcraid.c')
| -rw-r--r-- | drivers/scsi/pmcraid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c index a831b34c08a4..af970cee53c9 100644 --- a/drivers/scsi/pmcraid.c +++ b/drivers/scsi/pmcraid.c @@ -2679,7 +2679,7 @@ static int pmcraid_error_handler(struct pmcraid_cmd *cmd) /** * pmcraid_reset_device - device reset handler functions * - * @scsi_cmd: scsi command struct + * @scsi_dev: scsi device struct * @timeout: command timeout * @modifier: reset modifier indicating the reset sequence to be performed * |
