Commit 1bc797a3 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Obvious sched doc fix

From:  Mitchell Blank Jr <mitch@sfgoth.com>

  Obvious typo fix for the scheduler docs

(Acked by Ingo)
parent b43d4d87
......@@ -47,7 +47,7 @@ The routines
and
double_rq_unlock(runqueue_t *rq1, runqueue_t rq2)
double_rq_unlock(runqueue_t *rq1, runqueue_t *rq2)
safely lock and unlock, respectively, the two specified runqueues. They do
not, however, disable and restore interrupts. Users are required to do so
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment