diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-08-08 18:30:11 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-08-15 21:52:14 +1000 |
commit | 5d2ded2823c30df6410a3d8934cd1df6fe0aa284 (patch) | |
tree | b7c53202dfdf57116df9717e1e799d7729fdc22e /Documentation/crypto | |
parent | 5f05cdca2727dd54a3ec84cb291663af6fb68672 (diff) | |
download | linux-5d2ded2823c30df6410a3d8934cd1df6fe0aa284.tar.bz2 |
Documentation: crypto: crypto_engine: Fix Sphinx warning
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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/crypto')
-rw-r--r-- | Documentation/crypto/crypto_engine.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 ============= |