Skip to content

Commit

Permalink
[SCSI] iscsi transport: fix kernel-doc notation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and James Bottomley committed Sep 9, 2010
1 parent bcc5b6d commit e6d4ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_transport_iscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ static void iscsi_scan_session(struct work_struct *work)

/**
* 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
Expand Down

0 comments on commit e6d4ef4

Please sign in to comment.