]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
docs: Add missing colon
authorTobin C. Harding <tobin@kernel.org>
Thu, 31 Jan 2019 04:06:22 +0000 (15:06 +1100)
committerJonathan Corbet <corbet@lwn.net>
Fri, 1 Feb 2019 23:03:45 +0000 (16:03 -0700)
sphinx emits warning

       WARNING: Inline emphasis start-string without end-string.

This is caused by a missing colon.

Add missing colon, clearing shpinx build warning.

Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/vm/slub.rst

index 0871c584939b88de7f07755b11f5bf7152525a7d..933ada4368ff366a20fe98a8f3e03befeb72880b 100644 (file)
@@ -66,7 +66,7 @@ Trying to find an issue in the dentry cache? Try::
 to only enable debugging on the dentry cache.  You may use an asterisk at the
 end of the slab name, in order to cover all slabs with the same prefix.  For
 example, here's how you can poison the dentry cache as well as all kmalloc
-slabs:
+slabs::
 
        slub_debug=P,kmalloc-*,dentry