Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tobin C. Harding and committed by
Jonathan Corbet
11ede500 358b6ba9

+1 -1
+1 -1
Documentation/vm/slub.rst
··· 66 66 to only enable debugging on the dentry cache. You may use an asterisk at the 67 67 end of the slab name, in order to cover all slabs with the same prefix. For 68 68 example, here's how you can poison the dentry cache as well as all kmalloc 69 - slabs: 69 + slabs:: 70 70 71 71 slub_debug=P,kmalloc-*,dentry 72 72