diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-08-14 16:05:41 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-09-09 16:30:08 -0400 |
commit | e6d4ef450965af5a3753184d36ef9db7a3242950 (patch) | |
tree | 8cc26d64488dd5198b2ba194f65fb11494d99c21 /drivers/scsi/scsi_transport_iscsi.c | |
parent | bcc5b6d3233688a5179f445ef06a28e055c5873a (diff) |
[SCSI] iscsi transport: fix kernel-doc notation
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>
Acked-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/scsi_transport_iscsi.c')
-rw-r--r-- | drivers/scsi/scsi_transport_iscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c index e84026def1f4..332387a6bc25 100644 --- a/drivers/scsi/scsi_transport_iscsi.c +++ b/drivers/scsi/scsi_transport_iscsi.c | |||
@@ -537,7 +537,7 @@ static void iscsi_scan_session(struct work_struct *work) | |||
537 | 537 | ||
538 | /** | 538 | /** |
539 | * iscsi_block_scsi_eh - block scsi eh until session state has transistioned | 539 | * iscsi_block_scsi_eh - block scsi eh until session state has transistioned |
540 | * cmd: scsi cmd passed to scsi eh handler | 540 | * @cmd: scsi cmd passed to scsi eh handler |
541 | * | 541 | * |
542 | * If the session is down this function will wait for the recovery | 542 | * If the session is down this function will wait for the recovery |
543 | * timer to fire or for the session to be logged back in. If the | 543 | * timer to fire or for the session to be logged back in. If the |