All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: fix scsi_transport_iscsi kernel-doc notation
@ 2010-08-14 20:05 Randy Dunlap
  2010-08-16 20:44 ` Mike Christie
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-08-14 20:05 UTC (permalink / raw)
  To: scsi; +Cc: jejbscsi, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix typo in scsi_transport_iscsi.c kernel-doc notation:

Warning(drivers/scsi/scsi_transport_iscsi.c:548): No description found for parameter 'cmd'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/scsi/scsi_transport_iscsi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.35-git8.orig/drivers/scsi/scsi_transport_iscsi.c
+++ linux-2.6.35-git8/drivers/scsi/scsi_transport_iscsi.c
@@ -537,7 +537,7 @@ static void iscsi_scan_session(struct wo
 
 /**
  * iscsi_block_scsi_eh - block scsi eh until session state has transistioned
- * cmd: scsi cmd passed to scsi eh handler
+ * @cmd: scsi cmd passed to scsi eh handler
  *
  * If the session is down this function will wait for the recovery
  * timer to fire or for the session to be logged back in. If the

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

end of thread, other threads:[~2010-08-16 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-14 20:05 [PATCH] scsi: fix scsi_transport_iscsi kernel-doc notation Randy Dunlap
2010-08-16 20:44 ` Mike Christie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.