mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 03:33:58 +08:00
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: af049dfd0b
("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>
This commit is contained in:
parent
013d14eafd
commit
0addfa5877
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user