aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-hacking
diff options
context:
space:
mode:
authorMarco Donato Torsello <marcodonato.torsello@gmail.com>2017-12-08 19:10:54 +0100
committerJonathan Corbet <corbet@lwn.net>2017-12-11 14:19:06 -0700
commitc1de03a4cee1e71b3ad7680b9faef87fb09b91d4 (patch)
tree418ad3daf288f9257d3ac453f64a104cca131591 /Documentation/kernel-hacking
parentDocumentation: mono: Update links and s/CVS/Git/ (diff)
downloadlinux-dev-c1de03a4cee1e71b3ad7680b9faef87fb09b91d4.tar.xz
linux-dev-c1de03a4cee1e71b3ad7680b9faef87fb09b91d4.zip
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>
Diffstat (limited to 'Documentation/kernel-hacking')
-rw-r--r--Documentation/kernel-hacking/hacking.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst
index daf3883b2694..5192d7f78eca 100644
--- a/Documentation/kernel-hacking/hacking.rst
+++ b/Documentation/kernel-hacking/hacking.rst
@@ -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