diff options
author | Zhou Wang <wangzhou1@hisilicon.com> | 2017-12-20 16:03:12 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-12-28 17:56:50 +1100 |
commit | 14359bd7a045d36f55704d6bc8659645e529c81e (patch) | |
tree | c1011a53e4c97897ce8da89a396eca085e7ef42a /include/crypto/internal | |
parent | 7e0880b9fbbe7d21e29347020bef0b7329cb0e9d (diff) | |
download | linux-14359bd7a045d36f55704d6bc8659645e529c81e.tar.bz2 |
crypto: scomp - delete unused comments
There are no init and exit callbacks, so delete its comments.
Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/internal')
-rw-r--r-- | include/crypto/internal/scompress.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/crypto/internal/scompress.h b/include/crypto/internal/scompress.h index ccad9b2c9bd6..0f6ddac1acfc 100644 --- a/include/crypto/internal/scompress.h +++ b/include/crypto/internal/scompress.h @@ -28,17 +28,6 @@ struct crypto_scomp { * @free_ctx: Function frees context allocated with alloc_ctx * @compress: Function performs a compress operation * @decompress: Function performs a de-compress operation - * @init: Initialize the cryptographic transformation object. - * This function is used to initialize the cryptographic - * transformation object. This function is called only once at - * the instantiation time, right after the transformation context - * was allocated. In case the cryptographic hardware has some - * special requirements which need to be handled by software, this - * function shall check for the precise requirement of the - * transformation and put any software fallbacks in place. - * @exit: Deinitialize the cryptographic transformation object. This is a - * counterpart to @init, used to remove various changes set in - * @init. * @base: Common crypto API algorithm data structure */ struct scomp_alg { |