aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/aead.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2015-12-03 12:00:41 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-12-09 20:03:45 +0800
commit70e088fe8c7237eae20991f1e0b2d99ecc5f1292 (patch)
tree16dc307e579e12ff5cf29010234592ab7d2647f3 /include/crypto/aead.h
parentcrypto: n2 - Use platform_register/unregister_drivers() (diff)
downloadlinux-dev-70e088fe8c7237eae20991f1e0b2d99ecc5f1292.tar.xz
linux-dev-70e088fe8c7237eae20991f1e0b2d99ecc5f1292.zip
crypto: aead - fix kernel-doc warnings in crypto/aead.h
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> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--include/crypto/aead.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/aead.h b/include/crypto/aead.h
index 077cae1e6b51..84d13b11ad7b 100644
--- a/include/crypto/aead.h
+++ b/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.
*/