From 52cd75d8f5a024cad9643f4755dbe6bff1e5aec8 Mon Sep 17 00:00:00 2001 From: Manuel Ebner Date: Thu, 9 Jul 2026 16:38:37 +0200 Subject: [PATCH] crypto: doc - Remove extra parenthesis Remove needless ')' from code block. Fixes: 3b72c814a8e8 ("crypto: doc - convert crypto API documentation to Sphinx") Signed-off-by: Manuel Ebner Acked-by: Randy Dunlap Signed-off-by: Herbert Xu --- 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