Skip to content

Commit

Permalink
crypto: skcipher - Add comment for skcipher_alg->base
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Herbert Xu committed Jul 19, 2016
1 parent 15226e4 commit 5c56233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/crypto/skcipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 5c56233

Please sign in to comment.