Re: [PATCH] Documentation: bootconfig: fix Sphinx block warning

From: Masami Hiramatsu
Date: Mon Feb 10 2020 - 02:17:14 EST


On Sun, 9 Feb 2020 19:53:17 -0800
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:

> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> Fix Sphinx format warning:
>
> lnx-56-rc1/Documentation/admin-guide/bootconfig.rst:26: WARNING: Literal block expected; none found.
>

Good catch!

Acked-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>

Thanks for the fix!

> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
> Cc: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
> ---
> 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 ``=``.
>
>


--
Masami Hiramatsu <mhiramat@xxxxxxxxxx>