aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/wait.h
diff options
context:
space:
mode:
authorTobin C. Harding <tobin@kernel.org>2019-04-09 10:43:57 +1000
committerJonathan Corbet <corbet@lwn.net>2019-04-09 15:14:49 -0600
commit8c1007fdc71fdf993885d47ad17d9cc0e0b97b1c (patch)
treeb4200ec22266fa3ec1474cc0255ba765a005e6ec /include/linux/wait.h
parentdocs: Fix spelling mistake (diff)
downloadlinux-dev-8c1007fdc71fdf993885d47ad17d9cc0e0b97b1c.tar.xz
linux-dev-8c1007fdc71fdf993885d47ad17d9cc0e0b97b1c.zip
docs: Add colon clearing sphinx warning
Sphinx emits various warnings all caused by a missing colon before code block: WARNING: Block quote ends without a blank line; unexpected unindent. ERROR: Unexpected indentation. WARNING: Block quote ends without a blank line; unexpected unindent. Add the colon, clearing sphinx warnings. Signed-off-by: Tobin C. Harding <tobin@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'include/linux/wait.h')
-rw-r--r--include/linux/wait.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/wait.h b/include/linux/wait.h
index 5f3efabc36f4..b6f77cf60dd7 100644
--- a/include/linux/wait.h
+++ b/include/linux/wait.h
@@ -101,7 +101,7 @@ init_waitqueue_func_entry(struct wait_queue_entry *wq_entry, wait_queue_func_t f
* lead to sporadic and non-obvious failure.
*
* Use either while holding wait_queue_head::lock or when used for wakeups
- * with an extra smp_mb() like:
+ * with an extra smp_mb() like::
*
* CPU0 - waker CPU1 - waiter
*