[PATCH] crypto: fix bracket

From: Manuel Ebner

Date: Thu Jul 09 2026 - 11:01:27 EST


Remove needless ')' from code block.

Fixes: 3b72c814a8e8 ("crypto: doc - convert crypto API documentation to Sphinx")
Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>
---
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