Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a103b0d authored by John Kacur's avatar John Kacur Committed by Ingo Molnar
Browse files

lockup detector: Fix grammar by adding a missing "to" in the comments



This fixes a minor grammar problem in the comments in
hung_task.c

Signed-off-by: default avatarJohn Kacur <jkacur@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1281021054-4228-2-git-send-email-jkacur@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f1b499f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -111,7 +111,7 @@ static void check_hung_task(struct task_struct *t, unsigned long timeout)
 * periodically exit the critical section and enter a new one.
 * periodically exit the critical section and enter a new one.
 *
 *
 * For preemptible RCU it is sufficient to call rcu_read_unlock in order
 * For preemptible RCU it is sufficient to call rcu_read_unlock in order
 * exit the grace period. For classic RCU, a reschedule is required.
 * to exit the grace period. For classic RCU, a reschedule is required.
 */
 */
static void rcu_lock_break(struct task_struct *g, struct task_struct *t)
static void rcu_lock_break(struct task_struct *g, struct task_struct *t)
{
{