mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Documentation: kernel-hacking: corrected a typo
@ 2017-12-08 18:10 Marco Donato Torsello
  2017-12-11 21:19 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Donato Torsello @ 2017-12-08 18:10 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, trivial, linux-kernel, Marco Donato Torsello

Corrected a typo.

Signed-off-by: Marco Donato Torsello <marcodonato.torsello@gmail.com>
---
 Documentation/kernel-hacking/hacking.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: kernel-hacking: corrected a typo
  2017-12-08 18:10 [PATCH] Documentation: kernel-hacking: corrected a typo Marco Donato Torsello
@ 2017-12-11 21:19 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2017-12-11 21:19 UTC (permalink / raw)
  To: Marco Donato Torsello; +Cc: linux-doc, trivial, linux-kernel

On Fri,  8 Dec 2017 19:10:54 +0100
Marco Donato Torsello <marcodonato.torsello@gmail.com> wrote:

> Corrected a typo.
> 
> Signed-off-by: Marco Donato Torsello <marcodonato.torsello@gmail.com>
> ---
>  Documentation/kernel-hacking/hacking.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to the docs tree, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-11 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-08 18:10 [PATCH] Documentation: kernel-hacking: corrected a typo Marco Donato Torsello
2017-12-11 21:19 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®