linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: core-api: Documentation build warning fix
@ 2021-05-20  3:18 Yanteng Si
  2021-05-20  6:53 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Yanteng Si @ 2021-05-20  3:18 UTC (permalink / raw)
  To: corbet, rostedt, swboyd
  Cc: linux-doc, senozhatsky, andriy.shevchenko, linux, Yanteng Si

commit 821c734b5b073cc2a87fff29f434a8ccffa7db56 add printk formats to add module build ID to stacktraces.

Causes the following warning:
Documentation/core-api/printk-formats.rst:137: WARNING: Unexpected indentation.
Documentation/core-api/printk-formats.rst:138: WARNING: Block quote ends without a blank line; unexpected unindent.

So, add a blank line to the end of "::".

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
---
 Documentation/core-api/printk-formats.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst
index a68730e7cfac..38ec2b05e54f 100644
--- a/Documentation/core-api/printk-formats.rst
+++ b/Documentation/core-api/printk-formats.rst
@@ -131,6 +131,7 @@ printed after the symbol name with an extra ``b`` appended to the end of the
 specifier.
 
 ::
+
 	%pS	versatile_init+0x0/0x110 [module_name]
 	%pSb	versatile_init+0x0/0x110 [module_name ed5019fdf5e53be37cb1ba7899292d7e143b259e]
 	%pSRb	versatile_init+0x9/0x110 [module_name ed5019fdf5e53be37cb1ba7899292d7e143b259e]
-- 
2.27.0


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

* Re: [PATCH] docs: core-api: Documentation build warning fix
  2021-05-20  3:18 [PATCH] docs: core-api: Documentation build warning fix Yanteng Si
@ 2021-05-20  6:53 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2021-05-20  6:53 UTC (permalink / raw)
  To: Yanteng Si, corbet, rostedt
  Cc: linux-doc, senozhatsky, andriy.shevchenko, linux

Quoting Yanteng Si (2021-05-19 20:18:01)
> commit 821c734b5b073cc2a87fff29f434a8ccffa7db56 add printk formats to add module build ID to stacktraces.
>
> Causes the following warning:
> Documentation/core-api/printk-formats.rst:137: WARNING: Unexpected indentation.
> Documentation/core-api/printk-formats.rst:138: WARNING: Block quote ends without a blank line; unexpected unindent.
>
> So, add a blank line to the end of "::".
>
> Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

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

end of thread, other threads:[~2021-05-20  6:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20  3:18 [PATCH] docs: core-api: Documentation build warning fix Yanteng Si
2021-05-20  6:53 ` Stephen Boyd

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