Linux cryptographic layer development
 help / color / mirror / Atom feed
* [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

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