crypto: skcipher - Add comment for skcipher_alg->base
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 18 Jul 2016 16:59:30 +0000 (00:59 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 19 Jul 2016 07:42:42 +0000 (15:42 +0800)
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>
include/crypto/skcipher.h

index 59c8f6c..cc4d98a 100644 (file)
@@ -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.
  */