summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/initio.c
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2021-11-29 11:46:05 -0800
committerMartin K. Petersen <martin.petersen@oracle.com>2021-11-29 23:02:14 -0500
commit0addfa5877971a123b489caa3b73c860111e96a8 (patch)
treeabf3833244145d09ca1fd63987b4cf531c712c09 /drivers/scsi/initio.c
parent013d14eafd5c3d07f54ff8ff075df3cb0254e1a9 (diff)
downloadlinux-0addfa5877971a123b489caa3b73c860111e96a8.tar.gz
linux-0addfa5877971a123b489caa3b73c860111e96a8.tar.bz2
linux-0addfa5877971a123b489caa3b73c860111e96a8.zip
scsi: initio: Fix a kernel-doc warning
Fix the following kernel-doc warning: drivers/scsi/initio.c:2613: warning: Excess function parameter 'done' description in 'i91u_queuecommand_lck' Link: https://lore.kernel.org/r/20211129194609.3466071-9-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>
Diffstat (limited to 'drivers/scsi/initio.c')
-rw-r--r--drivers/scsi/initio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/initio.c b/drivers/scsi/initio.c
index fd6da96bc51a..9cdee38f5ba3 100644
--- a/drivers/scsi/initio.c
+++ b/drivers/scsi/initio.c
@@ -2602,13 +2602,11 @@ static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * c
/**
* i91u_queuecommand_lck - Queue a new command if possible
* @cmd: SCSI command block from the mid layer
- * @done: Completion handler
*
* Attempts to queue a new command with the host adapter. Will return
* zero if successful or indicate a host busy condition if not (which
* will cause the mid layer to call us again later with the command)
*/
-
static int i91u_queuecommand_lck(struct scsi_cmnd *cmd)
{
struct initio_host *host = (struct initio_host *) cmd->device->host->hostdata;