* [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
* Re: [PATCH] scsi: fix scsi_transport_iscsi kernel-doc notation
2010-08-14 20:05 [PATCH] scsi: fix scsi_transport_iscsi kernel-doc notation Randy Dunlap
@ 2010-08-16 20:44 ` Mike Christie
0 siblings, 0 replies; 2+ messages in thread
From: Mike Christie @ 2010-08-16 20:44 UTC (permalink / raw)
To: Randy Dunlap; +Cc: scsi, jejbscsi, akpm
On 08/14/2010 03:05 PM, Randy Dunlap wrote:
> 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
Sorry I missed that. Thanks.
Acked-by: Mike Christie <michaelc@cs.wisc.edu>
^ 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 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).