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

scsi: pmcraid: Fix a kernel-doc warning

Fix the following kernel-doc warning:

drivers/scsi/pmcraid.c:3317: warning: Excess function parameter 'done' description in 'pmcraid_queuecommand_lck'

Link: https://lore.kernel.org/r/20211129194609.3466071-12-bvanassche@acm.org
Fixes: af049dfd0b10 ("scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Bart Van Assche and committed by
Martin K. Petersen
b558fa11 d6e71a43

-1
-1
drivers/scsi/pmcraid.c
··· 3302 3302 /** 3303 3303 * pmcraid_queuecommand_lck - Queue a mid-layer request 3304 3304 * @scsi_cmd: scsi command struct 3305 - * @done: done function 3306 3305 * 3307 3306 * This function queues a request generated by the mid-layer. Midlayer calls 3308 3307 * this routine within host->lock. Some of the functions called by queuecommand