Skip to content

Commit 0ecf337

Browse files
hcahcaVasily Gorbik
authored andcommitted
s390/signal: fix typo in comments
Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
1 parent 50b7c46 commit 0ecf337

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/s390/kernel/compat_signal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static int restore_sigregs32(struct pt_regs *regs,_sigregs32 __user *sregs)
8989
_sigregs32 user_sregs;
9090
int i;
9191

92-
/* Alwys make any pending restarted system call return -EINTR */
92+
/* Always make any pending restarted system call return -EINTR */
9393
current->restart_block.fn = do_no_restart_syscall;
9494

9595
if (__copy_from_user(&user_sregs, &sregs->regs, sizeof(user_sregs)))

arch/s390/kernel/signal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ static int restore_sigregs(struct pt_regs *regs, _sigregs __user *sregs)
141141
{
142142
_sigregs user_sregs;
143143

144-
/* Alwys make any pending restarted system call return -EINTR */
144+
/* Always make any pending restarted system call return -EINTR */
145145
current->restart_block.fn = do_no_restart_syscall;
146146

147147
if (__copy_from_user(&user_sregs, sregs, sizeof(user_sregs)))

0 commit comments

Comments
 (0)