mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 00:21:32 +00:00
scsi: fix scsi_error.c kernel-doc warning
Fix kernel-doc warning in scsi_error.c:
Warning(..//drivers/scsi/scsi_error.c:887): No description found for parameter 'hostt'
Fixes: 883a030f98
(scsi: document scsi_try_to_abort_cmd)
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
4e38bea60e
commit
6583f6fb82
@ -868,6 +868,7 @@ static int scsi_try_bus_device_reset(struct scsi_cmnd *scmd)
|
||||
|
||||
/**
|
||||
* scsi_try_to_abort_cmd - Ask host to abort a SCSI command
|
||||
* @hostt: SCSI driver host template
|
||||
* @scmd: SCSI cmd used to send a target reset
|
||||
*
|
||||
* Return value:
|
||||
|
Loading…
Reference in New Issue
Block a user