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

* Re: [PATCH] Documentation: bootconfig: fix Sphinx block warning
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Masami Hiramatsu @ 2020-02-10  7:16 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Steven Rostedt

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

> 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.
> 

Good catch!

Acked-by: Masami Hiramatsu <mhiramat@kernel.org>

Thanks for the fix!

> 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 ``=``.
>  
> 


-- 
Masami Hiramatsu <mhiramat@kernel.org>

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

* Re: [PATCH] Documentation: bootconfig: fix Sphinx block warning
  2020-02-10  7:16 ` Masami Hiramatsu
@ 2020-02-10 16:54   ` Steven Rostedt
  2020-02-13 17:43     ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Rostedt @ 2020-02-10 16:54 UTC (permalink / raw)
  To: Masami Hiramatsu; +Cc: Randy Dunlap, LKML, Jonathan Corbet


Jon,

Would you like to take this through your tree?

  https://lore.kernel.org/r/07b3e31f-9b1e-1876-aa60-4436e4dd6da0@infradead.org

-- Steve



On Mon, 10 Feb 2020 16:16:47 +0900
Masami Hiramatsu <mhiramat@kernel.org> wrote:

> On Sun, 9 Feb 2020 19:53:17 -0800
> Randy Dunlap <rdunlap@infradead.org> wrote:
> 
> > 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.
> >   
> 
> Good catch!
> 
> Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
> 
> Thanks for the fix!
> 
> > 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

* Re: [PATCH] Documentation: bootconfig: fix Sphinx block warning
  2020-02-10 16:54   ` Steven Rostedt
@ 2020-02-13 17:43     ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2020-02-13 17:43 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Masami Hiramatsu, Randy Dunlap, LKML

On Mon, 10 Feb 2020 11:54:10 -0500
Steven Rostedt <rostedt@goodmis.org> wrote:

> Jon,
> 
> Would you like to take this through your tree?
> 
>   https://lore.kernel.org/r/07b3e31f-9b1e-1876-aa60-4436e4dd6da0@infradead.org

Will do.

jon

^ 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).