diff options
Diffstat (limited to 'drivers/scsi')
-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 |