All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: scomp - delete unused comments
@ 2017-12-20  8:03 Zhou Wang
  2017-12-28  7:08 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Zhou Wang @ 2017-12-20  8:03 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller; +Cc: linux-crypto, giovanni.cabiddu, Zhou Wang

There are no init and exit callbacks, so delete its comments.

Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com>
---
 include/crypto/internal/scompress.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/include/crypto/internal/scompress.h b/include/crypto/internal/scompress.h
index ccad9b2..0f6ddac 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 {
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto: scomp - delete unused comments
  2017-12-20  8:03 [PATCH] crypto: scomp - delete unused comments Zhou Wang
@ 2017-12-28  7:08 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2017-12-28  7:08 UTC (permalink / raw)
  To: Zhou Wang; +Cc: David S. Miller, linux-crypto, giovanni.cabiddu

On Wed, Dec 20, 2017 at 04:03:12PM +0800, Zhou Wang wrote:
> There are no init and exit callbacks, so delete its comments.
> 
> Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com>

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-28  7:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-20  8:03 [PATCH] crypto: scomp - delete unused comments Zhou Wang
2017-12-28  7:08 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.