linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: bootconfig: fix Sphinx block warning
@ 2020-02-10  3:53 Randy Dunlap
  2020-02-10  7:16 ` Masami Hiramatsu
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2020-02-10  3:53 UTC (permalink / raw)
  To: LKML, Steven Rostedt, Masami Hiramatsu

From: Randy Dunlap <rdunlap@infradead.org>

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>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
---
 Documentation/admin-guide/bootconfig.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-56-rc1.orig/Documentation/admin-guide/bootconfig.rst
+++ lnx-56-rc1/Documentation/admin-guide/bootconfig.rst
@@ -23,7 +23,7 @@ of dot-connected-words, and key and valu
 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 ``=``.
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-13 17:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10  3:53 [PATCH] Documentation: bootconfig: fix Sphinx block warning Randy Dunlap
2020-02-10  7:16 ` Masami Hiramatsu
2020-02-10 16:54   ` Steven Rostedt
2020-02-13 17:43     ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).