[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200210161647.416ce0dcd0710f4349a665b1@kernel.org>
Date: Mon, 10 Feb 2020 16:16:47 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Steven Rostedt <rostedt@...dmis.org>
Subject: Re: [PATCH] Documentation: bootconfig: fix Sphinx block warning
On Sun, 9 Feb 2020 19:53:17 -0800
Randy Dunlap <rdunlap@...radead.org> wrote:
> From: Randy Dunlap <rdunlap@...radead.org>
>
> 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@...nel.org>
Thanks for the fix!
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Steven Rostedt <rostedt@...dmis.org>
> Cc: Masami Hiramatsu <mhiramat@...nel.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 ``=``.
>
>
--
Masami Hiramatsu <mhiramat@...nel.org>
Powered by blists - more mailing lists