diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2015-12-03 12:00:41 -0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-12-09 20:03:45 +0800 |
commit | 70e088fe8c7237eae20991f1e0b2d99ecc5f1292 (patch) | |
tree | 16dc307e579e12ff5cf29010234592ab7d2647f3 /include/crypto | |
parent | a103a75ad978592cf71b6d42c05849aacc76c2da (diff) | |
download | linux-70e088fe8c7237eae20991f1e0b2d99ecc5f1292.tar.bz2 |
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 'include/crypto')
-rw-r--r-- | include/crypto/aead.h | 1 |
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. */ |