Commit b558fa11 authored by Bart Van Assche's avatar Bart Van Assche Committed by Martin K. Petersen

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: af049dfd ("scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions")
Signed-off-by: default avatarBart Van Assche <bvanassche@acm.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent d6e71a43
...@@ -3302,7 +3302,6 @@ static int pmcraid_copy_sglist( ...@@ -3302,7 +3302,6 @@ static int pmcraid_copy_sglist(
/** /**
* pmcraid_queuecommand_lck - Queue a mid-layer request * pmcraid_queuecommand_lck - Queue a mid-layer request
* @scsi_cmd: scsi command struct * @scsi_cmd: scsi command struct
* @done: done function
* *
* This function queues a request generated by the mid-layer. Midlayer calls * This function queues a request generated by the mid-layer. Midlayer calls
* this routine within host->lock. Some of the functions called by queuecommand * this routine within host->lock. Some of the functions called by queuecommand
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment