trivial: fix singal -> signal typo
Typo fix. Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
3a4e367832
commit
c03264a790
@@ -1650,7 +1650,7 @@ int scsi_error_handler(void *data)
|
||||
* We use TASK_INTERRUPTIBLE so that the thread is not
|
||||
* counted against the load average as a running process.
|
||||
* We never actually get interrupted because kthread_run
|
||||
* disables singal delivery for the created thread.
|
||||
* disables signal delivery for the created thread.
|
||||
*/
|
||||
set_current_state(TASK_INTERRUPTIBLE);
|
||||
while (!kthread_should_stop()) {
|
||||
|
Reference in New Issue
Block a user