]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
Documentation: bootconfig: fix Sphinx block warning
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 10 Feb 2020 03:53:17 +0000 (19:53 -0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 13 Feb 2020 18:43:43 +0000 (11:43 -0700)
Fix Sphinx format warning:

lnx-56-rc1/Documentation/admin-guide/bootconfig.rst:26: WARNING: Literal block expected; none found.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Link: https://lore.kernel.org/r/07b3e31f-9b1e-1876-aa60-4436e4dd6da0@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/bootconfig.rst

index b342a679639277c41100b13d9cdf6b88d70040b8..e603ebb5bddaa1ed506b5d69000574f323b5a5b2 100644 (file)
@@ -23,7 +23,7 @@ of dot-connected-words, and key and value are connected by ``=``. The value
 has to be terminated by semi-colon (``;``) or newline (``\n``).
 For array value, array entries are separated by comma (``,``). ::
 
-KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
+  KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
 
 Unlike the kernel command line syntax, spaces are OK around the comma and ``=``.