Skip to content

Commit

Permalink
docs: printk-formats: fix build warning
Browse files Browse the repository at this point in the history
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: 9294523 ("module: add printk formats to add module build ID to stacktraces")
Signed-off-by: Ioana Ciornei <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Acked-by: Petr Mladek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
IoanaCiornei authored and Jonathan Corbet committed Jul 25, 2021
1 parent 6ab0493 commit 5b42d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/core-api/printk-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5b42d0b

Please sign in to comment.