summaryrefslogtreecommitdiff
path: root/Documentation/doc-guide/contributing.rst
diff options
context:
space:
mode:
authorSameer Rahmani <lxsameer@gnu.org>2020-02-03 20:15:43 +0000
committerJonathan Corbet <corbet@lwn.net>2020-02-05 10:30:03 -0700
commitff1e81a7e2239f61d0e9173f113a7de4dcaab661 (patch)
tree506d72b99f8aa4c4b361fc3058430fb246a75f4a /Documentation/doc-guide/contributing.rst
parent36a375c6dfad502217898c4c2f0cf05810c30ceb (diff)
Documentation: build warnings related to missing blank lines after explicit markups has been fixed
Fix for several documentation build warnings related to missing blank lines after explicit mark up. Exact warning message: WARNING: Explicit markup ends without a blank line; unexpected unindent. Signed-off-by: Sameer Rahmani <lxsameer@gnu.org> Link: https://lore.kernel.org/r/20200203201543.24834-1-lxsameer@gnu.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/doc-guide/contributing.rst')
-rw-r--r--Documentation/doc-guide/contributing.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/doc-guide/contributing.rst b/Documentation/doc-guide/contributing.rst
index 10956583d22e..67ee3691f91f 100644
--- a/Documentation/doc-guide/contributing.rst
+++ b/Documentation/doc-guide/contributing.rst
@@ -1,4 +1,5 @@
.. SPDX-License-Identifier: GPL-2.0
+
How to help improve kernel documentation
========================================