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

scsi: a100u2w: Fix a kernel-doc warning

Fix the following kernel-doc warning:

drivers/scsi/a100u2w.c:915: warning: Excess function parameter 'done' description in 'inia100_queue_lck'

Link: https://lore.kernel.org/r/20211129194609.3466071-5-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
332053e8 3369046e

-2
-2
drivers/scsi/a100u2w.c
··· 904 904 /** 905 905 * inia100_queue_lck - queue command with host 906 906 * @cmd: Command block 907 - * @done: Completion function 908 907 * 909 908 * Called by the mid layer to queue a command. Process the command 910 909 * block, build the host specific scb structures and if there is room 911 910 * queue the command down to the controller 912 911 */ 913 - 914 912 static int inia100_queue_lck(struct scsi_cmnd *cmd) 915 913 { 916 914 struct orc_scb *scb;