Skip to content

Commit

Permalink
docs: fix process/submit-checklist.rst Sphinx warning
Browse files Browse the repository at this point in the history
add missing indent whitespace to list item, fixes the warning:

- process/submit-checklist.rst:41: WARNING: Enumerated list ends without a blank
  line; unexpected unindent.

Signed-off-by: Markus Heiser <[email protected]>
Reviewed-by: Darren Hart (VMware) <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
return42 authored and Jonathan Corbet committed Dec 21, 2017
1 parent 2cd6ff4 commit 012e93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/process/submit-checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ and elsewhere regarding submitting Linux kernel patches.
your patch.

6) Any new or modified ``CONFIG`` options do not muck up the config menu and
default to off unless they meet the exception criteria documented in
``Documentation/kbuild/kconfig-language.txt`` Menu attributes: default value.
default to off unless they meet the exception criteria documented in
``Documentation/kbuild/kconfig-language.txt`` Menu attributes: default value.

7) All new ``Kconfig`` options have help text.

Expand Down

0 comments on commit 012e93c

Please sign in to comment.