aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/process
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2017-12-12 11:46:51 +0100
committerJonathan Corbet <corbet@lwn.net>2017-12-21 13:39:32 -0700
commit012e93cbdb28329e615b937bb2bb7d61aee5d0d1 (patch)
tree4ff4819909347ff63d7699f12b8bf6253e079f73 /Documentation/process
parentdocs: ftrace-uses.rst fix varios code-block directives (diff)
downloadlinux-dev-012e93cbdb28329e615b937bb2bb7d61aee5d0d1.tar.xz
linux-dev-012e93cbdb28329e615b937bb2bb7d61aee5d0d1.zip
docs: fix process/submit-checklist.rst Sphinx warning
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>
Diffstat (limited to 'Documentation/process')
-rw-r--r--Documentation/process/submit-checklist.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/process/submit-checklist.rst b/Documentation/process/submit-checklist.rst
index 7d04ab38007d..367353c54949 100644
--- a/Documentation/process/submit-checklist.rst
+++ b/Documentation/process/submit-checklist.rst
@@ -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.