crypto: aead - fix kernel-doc warnings in crypto/aead.h
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 3 Dec 2015 20:00:41 +0000 (12:00 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 9 Dec 2015 12:03:45 +0000 (20:03 +0800)
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>
include/crypto/aead.h

index 077cae1e6b516779eb4bb7e4e35058838bd019d8..84d13b11ad7b77b50874512d6f10e1c4fe6c5985 100644 (file)
@@ -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.
  */