* [PATCH] crypto: fix kernel-doc warnings in crypto/aead.h
@ 2015-12-03 20:00 Randy Dunlap
2015-12-09 12:11 ` Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2015-12-03 20:00 UTC (permalink / raw)
To: linux-crypto, Herbert Xu; +Cc: LKML
From: Randy Dunlap <rdunlap@infradead.org>
Fix 21 occurrences of this kernel-doc warning in <crypto/aead.h>:
..//include/crypto/aead.h:149: warning: No description found for parameter 'base'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
include/crypto/aead.h | 1 +
1 file changed, 1 insertion(+)
--- lnx-44-rc3.orig/include/crypto/aead.h
+++ lnx-44-rc3/include/crypto/aead.h
@@ -128,6 +128,7 @@ struct aead_request {
* @exit: Deinitialize the cryptographic transformation object. This is a
* counterpart to @init, used to remove various changes set in
* @init.
+ * @base: Definition of a generic crypto cipher algorithm.
*
* All fields except @ivsize is mandatory and must be filled.
*/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] crypto: fix kernel-doc warnings in crypto/aead.h
2015-12-03 20:00 [PATCH] crypto: fix kernel-doc warnings in crypto/aead.h Randy Dunlap
@ 2015-12-09 12:11 ` Herbert Xu
0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2015-12-09 12:11 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-crypto, LKML
On Thu, Dec 03, 2015 at 12:00:41PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix 21 occurrences of this kernel-doc warning in <crypto/aead.h>:
>
> ..//include/crypto/aead.h:149: warning: No description found for parameter 'base'
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
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] 2+ messages in thread
end of thread, other threads:[~2015-12-09 12:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-03 20:00 [PATCH] crypto: fix kernel-doc warnings in crypto/aead.h Randy Dunlap
2015-12-09 12:11 ` 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).