Commit 74cf298f authored by Randy Dunlap's avatar Randy Dunlap Committed by Christoph Hellwig

scsi: fix various kernel-doc problems in scsi_error.c

Convert spaces to tabs in kernel-doc notation.
Correct duplicated (copy-paste) kernel-doc comments that are incorrect.
Fix kernel-doc warning:

Warning(..//drivers/scsi/scsi_error.c:1647): No description found for parameter 'shost'
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarEwan D. Milne <emilne@redhat.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 4b8c6ba6
...@@ -1638,8 +1638,9 @@ static int scsi_eh_bus_reset(struct Scsi_Host *shost, ...@@ -1638,8 +1638,9 @@ static int scsi_eh_bus_reset(struct Scsi_Host *shost,
/** /**
* scsi_eh_host_reset - send a host reset * scsi_eh_host_reset - send a host reset
* @work_q: list_head for processed commands. * @shost: host to be reset.
* @done_q: list_head for processed commands. * @work_q: &list_head for pending commands.
* @done_q: &list_head for processed commands.
*/ */
static int scsi_eh_host_reset(struct Scsi_Host *shost, static int scsi_eh_host_reset(struct Scsi_Host *shost,
struct list_head *work_q, struct list_head *work_q,
...@@ -1677,8 +1678,8 @@ static int scsi_eh_host_reset(struct Scsi_Host *shost, ...@@ -1677,8 +1678,8 @@ static int scsi_eh_host_reset(struct Scsi_Host *shost,
/** /**
* scsi_eh_offline_sdevs - offline scsi devices that fail to recover * scsi_eh_offline_sdevs - offline scsi devices that fail to recover
* @work_q: list_head for processed commands. * @work_q: &list_head for pending commands.
* @done_q: list_head for processed commands. * @done_q: &list_head for processed commands.
*/ */
static void scsi_eh_offline_sdevs(struct list_head *work_q, static void scsi_eh_offline_sdevs(struct list_head *work_q,
struct list_head *done_q) struct list_head *done_q)
......
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