syscall_proc: remove surplus semi-colon
authorAlan Cox <alan@linux.intel.com>
Sun, 25 Nov 2018 18:42:33 +0000 (18:42 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 25 Nov 2018 18:42:33 +0000 (18:42 +0000)
Kernel/syscall_proc.c

index 2f61132..de76766 100644 (file)
@@ -482,7 +482,7 @@ arg_t _signal(void)
        if (sig != SIGKILL && sig != SIGSTOP)
                udata.u_sigvec[sig] = func;
        /* Force recalculation of signal pending in the syscall return path */
-       recalc_cursig();;
+       recalc_cursig();
        irqrestore(irq);
        
        return (retval);