docs: Add colon clearing sphinx warning
authorTobin C. Harding <tobin@kernel.org>
Tue, 9 Apr 2019 00:43:57 +0000 (10:43 +1000)
committerJonathan Corbet <corbet@lwn.net>
Tue, 9 Apr 2019 21:14:49 +0000 (15:14 -0600)
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>
include/linux/wait.h

index 5f3efabc36f4bb27af254bd7533e6c869bb68aaa..b6f77cf60dd7bbf8154aa56a3ea0bb2631221981 100644 (file)
@@ -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
  *