diff options
Diffstat (limited to 'arch/um/sys-x86_64/signal.c')
-rw-r--r-- | arch/um/sys-x86_64/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/sys-x86_64/signal.c b/arch/um/sys-x86_64/signal.c index af2f017617b4..068006213598 100644 --- a/arch/um/sys-x86_64/signal.c +++ b/arch/um/sys-x86_64/signal.c | |||
@@ -51,7 +51,7 @@ static int copy_sc_from_user_skas(struct pt_regs *regs, | |||
51 | 51 | ||
52 | #undef GETREG | 52 | #undef GETREG |
53 | 53 | ||
54 | return(err); | 54 | return err; |
55 | } | 55 | } |
56 | 56 | ||
57 | int copy_sc_to_user_skas(struct sigcontext __user *to, | 57 | int copy_sc_to_user_skas(struct sigcontext __user *to, |