linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: fix scsi_error.c kernel-doc warning
@ 2014-12-29 17:40 Randy Dunlap
  2014-12-30 14:16 ` Hannes Reinecke
  2015-01-05 19:25 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2014-12-29 17:40 UTC (permalink / raw)
  To: linux-scsi, James Bottomley, Christoph Hellwig; +Cc: Hannes Reinecke

From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning in scsi_error.c:

Warning(..//drivers/scsi/scsi_error.c:887): No description found for parameter 'hostt'

Fixes: 883a030f989a17b81167f3a181cf93d741fa98b4
	(scsi: document scsi_try_to_abort_cmd)

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Hannes Reinecke <hare@suse.de>
---
 drivers/scsi/scsi_error.c |    1 +
 1 file changed, 1 insertion(+)

--- lnx-319-rc2.orig/drivers/scsi/scsi_error.c
+++ lnx-319-rc2/drivers/scsi/scsi_error.c
@@ -868,6 +868,7 @@ static int scsi_try_bus_device_reset(str
 
 /**
  * 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:

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-05 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-29 17:40 [PATCH] scsi: fix scsi_error.c kernel-doc warning Randy Dunlap
2014-12-30 14:16 ` Hannes Reinecke
2015-01-05 19:25 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).