2019-06-24 21:53:39

by Gary R Hook

[permalink] [raw]
Subject: [PATCH 2/3] crypto: doc - Describe the crypto engine

Add a reference to the crypto engine documentation to
the index.

Signed-off-by: Gary R Hook <[email protected]>
---
Documentation/crypto/index.rst | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst
index c4ff5d791233..37cd7fb0ea82 100644
--- a/Documentation/crypto/index.rst
+++ b/Documentation/crypto/index.rst
@@ -19,6 +19,7 @@ for cryptographic use cases, as well as programming examples.
intro
architecture
devel-algos
+ crypto_engine
userspace-if
crypto_engine
api


2019-06-24 22:15:01

by Eric Biggers

[permalink] [raw]
Subject: Re: [PATCH 2/3] crypto: doc - Describe the crypto engine

On Mon, Jun 24, 2019 at 07:07:49PM +0000, Hook, Gary wrote:
> Add a reference to the crypto engine documentation to
> the index.
>
> Signed-off-by: Gary R Hook <[email protected]>
> ---
> Documentation/crypto/index.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst
> index c4ff5d791233..37cd7fb0ea82 100644
> --- a/Documentation/crypto/index.rst
> +++ b/Documentation/crypto/index.rst
> @@ -19,6 +19,7 @@ for cryptographic use cases, as well as programming examples.
> intro
> architecture
> devel-algos
> + crypto_engine
> userspace-if
> crypto_engine
> api
>

It's already in the list.

- Eric