提交 c1de03a4 编写于 作者: M Marco Donato Torsello 提交者: Jonathan Corbet

Documentation: kernel-hacking: corrected a typo

Corrected a typo.
Signed-off-by: NMarco Donato Torsello <marcodonato.torsello@gmail.com>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 51e028e4
...@@ -523,7 +523,7 @@ this expression is true, or ``-ERESTARTSYS`` if a signal is received. The ...@@ -523,7 +523,7 @@ this expression is true, or ``-ERESTARTSYS`` if a signal is received. The
Waking Up Queued Tasks Waking Up Queued Tasks
---------------------- ----------------------
Call :c:func:`wake_up()` (``include/linux/wait.h``);, which will wake Call :c:func:`wake_up()` (``include/linux/wait.h``), which will wake
up every process in the queue. The exception is if one has up every process in the queue. The exception is if one has
``TASK_EXCLUSIVE`` set, in which case the remainder of the queue will ``TASK_EXCLUSIVE`` set, in which case the remainder of the queue will
not be woken. There are other variants of this basic function available not be woken. There are other variants of this basic function available
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册