提交 6a103b0d 编写于 作者: J John Kacur 提交者: Ingo Molnar

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: NJohn 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: NIngo Molnar <mingo@elte.hu>
上级 f1b499f0
...@@ -111,7 +111,7 @@ static void check_hung_task(struct task_struct *t, unsigned long timeout) ...@@ -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)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册