Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zhou Wang and committed by
Herbert Xu
14359bd7 7e0880b9

-11
-11
include/crypto/internal/scompress.h
··· 28 28 * @free_ctx: Function frees context allocated with alloc_ctx 29 29 * @compress: Function performs a compress operation 30 30 * @decompress: Function performs a de-compress operation 31 - * @init: Initialize the cryptographic transformation object. 32 - * This function is used to initialize the cryptographic 33 - * transformation object. This function is called only once at 34 - * the instantiation time, right after the transformation context 35 - * was allocated. In case the cryptographic hardware has some 36 - * special requirements which need to be handled by software, this 37 - * function shall check for the precise requirement of the 38 - * transformation and put any software fallbacks in place. 39 - * @exit: Deinitialize the cryptographic transformation object. This is a 40 - * counterpart to @init, used to remove various changes set in 41 - * @init. 42 31 * @base: Common crypto API algorithm data structure 43 32 */ 44 33 struct scomp_alg {