diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2017-12-12 11:46:51 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-12-21 13:39:32 -0700 |
commit | 012e93cbdb28329e615b937bb2bb7d61aee5d0d1 (patch) | |
tree | 4ff4819909347ff63d7699f12b8bf6253e079f73 /Documentation/process | |
parent | 2cd6ff4ac02eb81c301cbffed40ac93f0f6bd4a7 (diff) | |
download | linux-012e93cbdb28329e615b937bb2bb7d61aee5d0d1.tar.gz linux-012e93cbdb28329e615b937bb2bb7d61aee5d0d1.tar.bz2 linux-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.rst | 4 |
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. |