Documentation: kernel-hacking: corrected a typo

Corrected a typo.

Signed-off-by: Marco Donato Torsello <marcodonato.torsello@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Marco Donato Torsello 2017-12-08 19:10:54 +01:00 committed by Jonathan Corbet
parent 51e028e44e
commit c1de03a4ce
1 changed files with 1 additions and 1 deletions

View File

@ -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