Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yang Li and committed by
Martin K. Petersen
9e1c911e 2bbeb8d1

+1 -1
+1 -1
drivers/scsi/pmcraid.c
··· 2679 2679 /** 2680 2680 * pmcraid_reset_device - device reset handler functions 2681 2681 * 2682 - * @scsi_cmd: scsi command struct 2682 + * @scsi_dev: scsi device struct 2683 2683 * @timeout: command timeout 2684 2684 * @modifier: reset modifier indicating the reset sequence to be performed 2685 2685 *