docs: fix process/submit-checklist.rst Sphinx warning
authorMarkus Heiser <markus.heiser@darmarit.de>
Tue, 12 Dec 2017 10:46:51 +0000 (11:46 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 21 Dec 2017 20:39:32 +0000 (13:39 -0700)
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 <markus.heiser@darmarit.de>
Reviewed-by: Darren Hart (VMware) <dvhart@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/submit-checklist.rst

index 7d04ab3..367353c 100644 (file)
@@ -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.