mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
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: John 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: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
f1b499f029
commit
6a103b0d44
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue