Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1de03a4 authored by Marco Donato Torsello's avatar Marco Donato Torsello Committed by Jonathan Corbet
Browse files

Documentation: kernel-hacking: corrected a typo



Corrected a typo.

Signed-off-by: default avatarMarco Donato Torsello <marcodonato.torsello@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 51e028e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -523,7 +523,7 @@ this expression is true, or ``-ERESTARTSYS`` if a signal is received. The
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
``TASK_EXCLUSIVE`` set, in which case the remainder of the queue will
not be woken. There are other variants of this basic function available