diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2021-07-22 13:03:53 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-07-25 14:34:32 -0600 |
commit | 5b42d0bfb73d21bc31917c4fcab4def8a398aa0d (patch) | |
tree | 26a3516ecfa8769049485531ab6827b01ce4d99a /Documentation/core-api/printk-formats.rst | |
parent | 6ab0493dfc6255a99eb5f157e012eeafd75f5b56 (diff) | |
download | linux-5b42d0bfb73d21bc31917c4fcab4def8a398aa0d.tar.gz linux-5b42d0bfb73d21bc31917c4fcab4def8a398aa0d.tar.bz2 linux-5b42d0bfb73d21bc31917c4fcab4def8a398aa0d.zip |
docs: printk-formats: fix build warning
Add an empty line after the '::' starting the code block so that the
following lines are properly interpreted.
Without this, the following build warnings are visible.
Documentation/core-api/printk-formats.rst:136: WARNING: Unexpected indentation.
Documentation/core-api/printk-formats.rst:137: WARNING: Block quote ends without a blank line; unexpected unindent.
Fixes: 9294523e3768 ("module: add printk formats to add module build ID to stacktraces")
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Acked-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20210722100356.635078-2-ciorneiioana@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/printk-formats.rst')
-rw-r--r-- | Documentation/core-api/printk-formats.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst index d941717a191b..e08bbe9b0cbf 100644 --- a/Documentation/core-api/printk-formats.rst +++ b/Documentation/core-api/printk-formats.rst @@ -130,6 +130,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] |