Skip to content

Commit

Permalink
frv: Remove bogus closing parenthesis
Browse files Browse the repository at this point in the history
Introduced by commit 6fd84c0
("TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set")

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Geert Uytterhoeven authored and Al Viro committed Jun 2, 2012
1 parent 86c47b7 commit a393624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/frv/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ asmlinkage void do_notify_resume(__u32 thread_info_flags)
clear_thread_flag(TIF_SINGLESTEP);

/* deal with pending signal delivery */
if (thread_info_flags & _TIF_SIGPENDING))
if (thread_info_flags & _TIF_SIGPENDING)
do_signal();

/* deal with notification on about to resume userspace execution */
Expand Down

0 comments on commit a393624

Please sign in to comment.