aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vm
diff options
context:
space:
mode:
authorTobin C. Harding <tobin@kernel.org>2019-01-31 15:06:22 +1100
committerJonathan Corbet <corbet@lwn.net>2019-02-01 16:03:45 -0700
commit11ede50059d0603e6ae2df5042cf813145ea5736 (patch)
tree10b8cd211021b28eb8a3008838dd7b0abc58831e /Documentation/vm
parentdocs: Fix SLUB docs typo (diff)
downloadlinux-dev-11ede50059d0603e6ae2df5042cf813145ea5736.tar.xz
linux-dev-11ede50059d0603e6ae2df5042cf813145ea5736.zip
docs: Add missing colon
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>
Diffstat (limited to 'Documentation/vm')
-rw-r--r--Documentation/vm/slub.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/slub.rst b/Documentation/vm/slub.rst
index 0871c584939b..933ada4368ff 100644
--- a/Documentation/vm/slub.rst
+++ b/Documentation/vm/slub.rst
@@ -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