From: Herbert Xu Date: Mon, 18 Jul 2016 16:59:30 +0000 (+0800) Subject: crypto: skcipher - Add comment for skcipher_alg->base X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5c562338dea29dc09415f39676e7107fa48ce763;p=linux-beck.git 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 Signed-off-by: Herbert Xu --- 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. */