Skip to content

Commit 5c56233

Browse files
committed
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>
1 parent 15226e4 commit 5c56233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/crypto/skcipher.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ struct crypto_skcipher {
115115
* IV of exactly that size to perform the encrypt or decrypt operation.
116116
* @chunksize: Equal to the block size except for stream ciphers such as
117117
* CTR where it is set to the underlying block size.
118+
* @base: Definition of a generic crypto algorithm.
118119
*
119120
* All fields except @ivsize are mandatory and must be filled.
120121
*/

0 commit comments

Comments
 (0)