[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190307211153.28400-10-tobin@kernel.org>
Date: Fri, 8 Mar 2019 08:11:53 +1100
From: "Tobin C. Harding" <tobin@...nel.org>
To: Jonathan Corbet <corbet@....net>
Cc: "Tobin C. Harding" <tobin@...nel.org>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 9/9] docs: Add blank line after SPDX licence identifier
Sphinx emits warning
WARNING: Explicit markup ends without a blank line; unexpected
unindent.
This is caused by a missing line after the SPDX license identifier.
Add blank line after SPDX licence identifier.
Signed-off-by: Tobin C. Harding <tobin@...nel.org>
---
Documentation/laptops/lg-laptop.rst | 1 +
Documentation/misc-devices/ibmvmc.rst | 1 +
2 files changed, 2 insertions(+)
diff --git a/Documentation/laptops/lg-laptop.rst b/Documentation/laptops/lg-laptop.rst
index d9e560dfd045..f2012d2dcb9d 100644
--- a/Documentation/laptops/lg-laptop.rst
+++ b/Documentation/laptops/lg-laptop.rst
@@ -1,4 +1,5 @@
.. SPDX-License-Identifier: GPL-2.0+
+
LG Gram laptop extra features
=============================
diff --git a/Documentation/misc-devices/ibmvmc.rst b/Documentation/misc-devices/ibmvmc.rst
index 46ded79554d4..b46df4ea2b81 100644
--- a/Documentation/misc-devices/ibmvmc.rst
+++ b/Documentation/misc-devices/ibmvmc.rst
@@ -1,4 +1,5 @@
.. SPDX-License-Identifier: GPL-2.0+
+
======================================================
IBM Virtual Management Channel Kernel Driver (IBMVMC)
======================================================
--
2.21.0
Powered by blists - more mailing lists