Re: [PATCH] crypto: fix bracket
From: Randy Dunlap
Date: Thu Jul 09 2026 - 12:17:51 EST
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@xxxxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
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