docs: printk-formats: fix build warning
authorIoana Ciornei <ioana.ciornei@nxp.com>
Thu, 22 Jul 2021 10:03:53 +0000 (13:03 +0300)
committerJonathan Corbet <corbet@lwn.net>
Sun, 25 Jul 2021 20:34:32 +0000 (14:34 -0600)
commit5b42d0bfb73d21bc31917c4fcab4def8a398aa0d
tree26a3516ecfa8769049485531ab6827b01ce4d99a
parent6ab0493dfc6255a99eb5f157e012eeafd75f5b56
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>
Documentation/core-api/printk-formats.rst