Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c03264a7 authored by Frederik Schwarzer's avatar Frederik Schwarzer Committed by Jiri Kosina
Browse files

trivial: fix singal -> signal typo



Typo fix.

Signed-off-by: default avatarFrederik Schwarzer <schwarzerf@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3a4e3678
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ give_sigsegv:
	return -EFAULT;
}

/* Invoke a singal handler to, well, handle the signal. */
/* Invoke a signal handler to, well, handle the signal. */
static inline int
handle_signal(int canrestart, unsigned long sig,
	      siginfo_t *info, struct k_sigaction *ka,
+1 −1
Original line number Diff line number Diff line
@@ -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()) {