diff mbox series

Documentation: crypto: crypto_engine: Fix Sphinx warning

Message ID 20190808163011.13468-1-j.neuschaefer@gmx.net (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series Documentation: crypto: crypto_engine: Fix Sphinx warning | expand

Commit Message

Jonathan Neuschäfer Aug. 8, 2019, 4:30 p.m. UTC
This fixes the following Sphinx warning:

Documentation/crypto/crypto_engine.rst:2:
  WARNING: Explicit markup ends without a blank line; unexpected unindent.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/crypto/crypto_engine.rst | 1 +
 1 file changed, 1 insertion(+)

--
2.20.1

Comments

Herbert Xu Aug. 15, 2019, 12:06 p.m. UTC | #1
On Thu, Aug 08, 2019 at 06:30:11PM +0200, Jonathan Neuschäfer wrote:
> This fixes the following Sphinx warning:
> 
> Documentation/crypto/crypto_engine.rst:2:
>   WARNING: Explicit markup ends without a blank line; unexpected unindent.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  Documentation/crypto/crypto_engine.rst | 1 +
>  1 file changed, 1 insertion(+)

Patch applied.  Thanks.
diff mbox series

Patch

diff --git a/Documentation/crypto/crypto_engine.rst b/Documentation/crypto/crypto_engine.rst
index 236c674d6897..3baa23c2cd08 100644
--- a/Documentation/crypto/crypto_engine.rst
+++ b/Documentation/crypto/crypto_engine.rst
@@ -1,4 +1,5 @@ 
 .. SPDX-License-Identifier: GPL-2.0
+
 Crypto Engine
 =============