|
@@ -220,7 +220,7 @@ void flush_signals(struct task_struct *t)
|
|
|
unsigned long flags;
|
|
|
|
|
|
spin_lock_irqsave(&t->sighand->siglock, flags);
|
|
|
- clear_tsk_thread_flag(t,TIF_SIGPENDING);
|
|
|
+ clear_tsk_thread_flag(t, TIF_SIGPENDING);
|
|
|
flush_sigqueue(&t->pending);
|
|
|
flush_sigqueue(&t->signal->shared_pending);
|
|
|
spin_unlock_irqrestore(&t->sighand->siglock, flags);
|
|
@@ -424,7 +424,7 @@ int dequeue_signal(struct task_struct *tsk, sigset_t *mask, siginfo_t *info)
|
|
|
}
|
|
|
if (signr &&
|
|
|
((info->si_code & __SI_MASK) == __SI_TIMER) &&
|
|
|
- info->si_sys_private){
|
|
|
+ info->si_sys_private) {
|
|
|
/*
|
|
|
* Release the siglock to ensure proper locking order
|
|
|
* of timer locks outside of siglocks. Note, we leave
|