* linux-next: build warning after merge of the crypto tree
@ 2024-10-08 6:29 Stephen Rothwell
2024-10-08 9:12 ` [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference Lukas Wunner
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2024-10-08 6:29 UTC (permalink / raw)
To: Herbert Xu, Linux Crypto List
Cc: Lukas Wunner, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
Hi all,
After merging the crypto tree, today's linux-next build (htmldocs)
produced this warning:
include/crypto/akcipher.h:1: warning: 'Generic Public Key API' not found
Introduced by commit
6b34562f0cfe ("crypto: akcipher - Drop sign/verify operations")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference
2024-10-08 6:29 linux-next: build warning after merge of the crypto tree Stephen Rothwell
@ 2024-10-08 9:12 ` Lukas Wunner
2024-10-10 9:13 ` Herbert Xu
0 siblings, 1 reply; 3+ messages in thread
From: Lukas Wunner @ 2024-10-08 9:12 UTC (permalink / raw)
To: Herbert Xu, David S. Miller
Cc: Stephen Rothwell, linux-crypto, linux-kernel, linux-next
Stephen reports a documentation build warning for "make htmldocs"
introduced by recent commit 6b34562f0cfe ("crypto: akcipher - Drop
sign/verify operations").
The commit renamed a paragraph title in a header file, but neglected to
amend the title reference in the API documentation. Fix it.
Fixes: 6b34562f0cfe ("crypto: akcipher - Drop sign/verify operations")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20241008172926.0b995ea7@canb.auug.org.au/
Signed-off-by: Lukas Wunner <lukas@wunner.de>
---
Documentation/crypto/api-akcipher.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/crypto/api-akcipher.rst b/Documentation/crypto/api-akcipher.rst
index 6f47cc70eca0..ca1ecdd4a7d3 100644
--- a/Documentation/crypto/api-akcipher.rst
+++ b/Documentation/crypto/api-akcipher.rst
@@ -8,7 +8,7 @@ Asymmetric Cipher API
---------------------
.. kernel-doc:: include/crypto/akcipher.h
- :doc: Generic Public Key API
+ :doc: Generic Public Key Cipher API
.. kernel-doc:: include/crypto/akcipher.h
:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference
2024-10-08 9:12 ` [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference Lukas Wunner
@ 2024-10-10 9:13 ` Herbert Xu
0 siblings, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2024-10-10 9:13 UTC (permalink / raw)
To: Lukas Wunner
Cc: David S. Miller, Stephen Rothwell, linux-crypto, linux-kernel,
linux-next
On Tue, Oct 08, 2024 at 11:12:01AM +0200, Lukas Wunner wrote:
> Stephen reports a documentation build warning for "make htmldocs"
> introduced by recent commit 6b34562f0cfe ("crypto: akcipher - Drop
> sign/verify operations").
>
> The commit renamed a paragraph title in a header file, but neglected to
> amend the title reference in the API documentation. Fix it.
>
> Fixes: 6b34562f0cfe ("crypto: akcipher - Drop sign/verify operations")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/all/20241008172926.0b995ea7@canb.auug.org.au/
> Signed-off-by: Lukas Wunner <lukas@wunner.de>
> ---
> Documentation/crypto/api-akcipher.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:[~2024-10-10 9:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 6:29 linux-next: build warning after merge of the crypto tree Stephen Rothwell
2024-10-08 9:12 ` [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference Lukas Wunner
2024-10-10 9:13 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).