summaryrefslogtreecommitdiff
path: root/include/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2016-07-19 00:59:30 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2016-07-19 15:42:42 +0800
commit5c562338dea29dc09415f39676e7107fa48ce763 (patch)
treed4884c6b88007cccfcd761f892b170713aebbce1 /include/crypto
parent15226e4804e244c2dd51db2a3a2c2b5c9dd65874 (diff)
crypto: skcipher - Add comment for skcipher_alg->base
This patch adds a missing comment for the base parameter in struct skcipher_alg. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/skcipher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/skcipher.h b/include/crypto/skcipher.h
index 59c8f6c593e6..cc4d98a7892e 100644
--- a/include/crypto/skcipher.h
+++ b/include/crypto/skcipher.h
@@ -115,6 +115,7 @@ struct crypto_skcipher {
* IV of exactly that size to perform the encrypt or decrypt operation.
* @chunksize: Equal to the block size except for stream ciphers such as
* CTR where it is set to the underlying block size.
+ * @base: Definition of a generic crypto algorithm.
*
* All fields except @ivsize are mandatory and must be filled.
*/