瀏覽代碼

trivial: fix singal -> signal typo

Typo fix.

Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Frederik Schwarzer 16 年之前
父節點
當前提交
c03264a790
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      arch/cris/arch-v32/kernel/signal.c
  2. 1 1
      drivers/scsi/scsi_error.c

+ 1 - 1
arch/cris/arch-v32/kernel/signal.c

@@ -456,7 +456,7 @@ give_sigsegv:
 	return -EFAULT;
 	return -EFAULT;
 }
 }
 
 
-/* Invoke a singal handler to, well, handle the signal. */
+/* Invoke a signal handler to, well, handle the signal. */
 static inline int
 static inline int
 handle_signal(int canrestart, unsigned long sig,
 handle_signal(int canrestart, unsigned long sig,
 	      siginfo_t *info, struct k_sigaction *ka,
 	      siginfo_t *info, struct k_sigaction *ka,

+ 1 - 1
drivers/scsi/scsi_error.c

@@ -1650,7 +1650,7 @@ int scsi_error_handler(void *data)
 	 * We use TASK_INTERRUPTIBLE so that the thread is not
 	 * We use TASK_INTERRUPTIBLE so that the thread is not
 	 * counted against the load average as a running process.
 	 * counted against the load average as a running process.
 	 * We never actually get interrupted because kthread_run
 	 * 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);
 	set_current_state(TASK_INTERRUPTIBLE);
 	while (!kthread_should_stop()) {
 	while (!kthread_should_stop()) {