diff options
Diffstat (limited to 'drivers/scsi/scsi_error.c')
-rw-r--r-- | drivers/scsi/scsi_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c index 7484e4317efb..ad6a1370761e 100644 --- a/drivers/scsi/scsi_error.c +++ b/drivers/scsi/scsi_error.c | |||
@@ -1638,7 +1638,7 @@ int scsi_error_handler(void *data) | |||
1638 | * We use TASK_INTERRUPTIBLE so that the thread is not | 1638 | * We use TASK_INTERRUPTIBLE so that the thread is not |
1639 | * counted against the load average as a running process. | 1639 | * counted against the load average as a running process. |
1640 | * We never actually get interrupted because kthread_run | 1640 | * We never actually get interrupted because kthread_run |
1641 | * disables singal delivery for the created thread. | 1641 | * disables signal delivery for the created thread. |
1642 | */ | 1642 | */ |
1643 | set_current_state(TASK_INTERRUPTIBLE); | 1643 | set_current_state(TASK_INTERRUPTIBLE); |
1644 | while (!kthread_should_stop()) { | 1644 | while (!kthread_should_stop()) { |