diff options
| author | Heiko Carstens <hca@linux.ibm.com> | 2022-03-04 15:15:33 +0100 |
|---|---|---|
| committer | Vasily Gorbik <gor@linux.ibm.com> | 2022-03-08 00:33:01 +0100 |
| commit | 0ecf337fa2e4a6d1f35d7fbb9efb7ca0069a1683 (patch) | |
| tree | 53c93678aca31d37f53d86843ddc6e549d25bac6 /arch/s390/kernel/compat_signal.c | |
| parent | s390/asm-offsets: remove unused defines (diff) | |
| download | linux-0ecf337fa2e4a6d1f35d7fbb9efb7ca0069a1683.tar.gz linux-0ecf337fa2e4a6d1f35d7fbb9efb7ca0069a1683.zip | |
s390/signal: fix typo in comments
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel/compat_signal.c')
| -rw-r--r-- | arch/s390/kernel/compat_signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/compat_signal.c b/arch/s390/kernel/compat_signal.c index cca142fbb516..eee1ad3e1b29 100644 --- a/arch/s390/kernel/compat_signal.c +++ b/arch/s390/kernel/compat_signal.c @@ -89,7 +89,7 @@ static int restore_sigregs32(struct pt_regs *regs,_sigregs32 __user *sregs) _sigregs32 user_sregs; int i; - /* Alwys make any pending restarted system call return -EINTR */ + /* Always make any pending restarted system call return -EINTR */ current->restart_block.fn = do_no_restart_syscall; if (__copy_from_user(&user_sregs, &sregs->regs, sizeof(user_sregs))) |
