* [PATCH] crypto: fix bracket
@ 2026-07-09 14:38 Manuel Ebner
2026-07-09 16:08 ` Randy Dunlap
2026-07-17 8:15 ` Herbert Xu
0 siblings, 2 replies; 3+ messages in thread
From: Manuel Ebner @ 2026-07-09 14:38 UTC (permalink / raw)
To: Herbert Xu, David S. Miller, Jonathan Corbet, Shuah Khan,
Stephan Mueller
Cc: Manuel Ebner, linux-crypto, linux-doc, linux-kernel
Remove needless ')' from code block.
Fixes: 3b72c814a8e8 ("crypto: doc - convert crypto API documentation to Sphinx")
Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
Documentation/crypto/architecture.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/crypto/architecture.rst b/Documentation/crypto/architecture.rst
index 249b54d0849f..ec2e99d99aff 100644
--- a/Documentation/crypto/architecture.rst
+++ b/Documentation/crypto/architecture.rst
@@ -95,7 +95,7 @@ additional templates may enclose other templates, such as
::
- template1(template2(single block cipher)))
+ template1(template2(single block cipher))
The kernel crypto API may provide multiple implementations of a template
--
2.54.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] crypto: fix bracket
2026-07-09 14:38 [PATCH] crypto: fix bracket Manuel Ebner
@ 2026-07-09 16:08 ` Randy Dunlap
2026-07-17 8:15 ` Herbert Xu
1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-07-09 16:08 UTC (permalink / raw)
To: Manuel Ebner, Herbert Xu, David S. Miller, Jonathan Corbet,
Shuah Khan, Stephan Mueller
Cc: linux-crypto, linux-doc, linux-kernel
On 7/9/26 7:38 AM, Manuel Ebner wrote:
> Remove needless ')' from code block.
>
> Fixes: 3b72c814a8e8 ("crypto: doc - convert crypto API documentation to Sphinx")
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/crypto/architecture.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/crypto/architecture.rst b/Documentation/crypto/architecture.rst
> index 249b54d0849f..ec2e99d99aff 100644
> --- a/Documentation/crypto/architecture.rst
> +++ b/Documentation/crypto/architecture.rst
> @@ -95,7 +95,7 @@ additional templates may enclose other templates, such as
>
> ::
>
> - template1(template2(single block cipher)))
> + template1(template2(single block cipher))
>
>
> The kernel crypto API may provide multiple implementations of a template
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] crypto: fix bracket
2026-07-09 14:38 [PATCH] crypto: fix bracket Manuel Ebner
2026-07-09 16:08 ` Randy Dunlap
@ 2026-07-17 8:15 ` Herbert Xu
1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2026-07-17 8:15 UTC (permalink / raw)
To: Manuel Ebner
Cc: David S. Miller, Jonathan Corbet, Shuah Khan, Stephan Mueller,
linux-crypto, linux-doc, linux-kernel
On Thu, Jul 09, 2026 at 04:38:37PM +0200, Manuel Ebner wrote:
> Remove needless ')' from code block.
>
> Fixes: 3b72c814a8e8 ("crypto: doc - convert crypto API documentation to Sphinx")
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
> ---
> Documentation/crypto/architecture.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-17 8:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 14:38 [PATCH] crypto: fix bracket Manuel Ebner
2026-07-09 16:08 ` Randy Dunlap
2026-07-17 8:15 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox