Documentation: kernel-hacking: corrected a typo
authorMarco Donato Torsello <marcodonato.torsello@gmail.com>
Fri, 8 Dec 2017 18:10:54 +0000 (19:10 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 11 Dec 2017 21:19:06 +0000 (14:19 -0700)
Corrected a typo.

Signed-off-by: Marco Donato Torsello <marcodonato.torsello@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/kernel-hacking/hacking.rst

index daf3883..5192d7f 100644 (file)
@@ -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