Skip to content

Commit

Permalink
crypto: scomp - delete unused comments
Browse files Browse the repository at this point in the history
There are no init and exit callbacks, so delete its comments.

Signed-off-by: Zhou Wang <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Zhou Wang authored and herbertx committed Dec 28, 2017
1 parent 7e0880b commit 14359bd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions include/crypto/internal/scompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 14359bd

Please sign in to comment.