Commit 84834c7d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] ADB: Fix spelling of sigprocmask

ADB: Fix spelling of sigprocmask
parent e7d1aa67
...@@ -249,7 +249,7 @@ adb_probe_task(void *x) ...@@ -249,7 +249,7 @@ adb_probe_task(void *x)
strcpy(current->comm, "kadbprobe"); strcpy(current->comm, "kadbprobe");
sigfillset(&blocked); sigfillset(&blocked);
sicprocmask(SIG_BLOCK, &blocked, NULL); sigprocmask(SIG_BLOCK, &blocked, NULL);
flush_signals(current); flush_signals(current);
printk(KERN_INFO "adb: starting probe task...\n"); printk(KERN_INFO "adb: starting probe task...\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment