[PATCH] crypto: caam - drop unexpected word 'a' in comments

Jiang Jian posted 1 patch 1 year, 10 months ago
drivers/crypto/caam/caamalg_qi2.c | 2 +-
drivers/crypto/caam/qi.c          | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH] crypto: caam - drop unexpected word 'a' in comments
Posted by Jiang Jian 1 year, 10 months ago
Drop the unexpected word 'a' in the comments that need to be dropped

* This is a a cache of buffers, from which the users of CAAM QI driver
-->
* This is a cache of buffers, from which the users of CAAM QI driver

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/crypto/caam/caamalg_qi2.c | 2 +-
 drivers/crypto/caam/qi.c          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/crypto/caam/caamalg_qi2.c b/drivers/crypto/caam/caamalg_qi2.c
index 6753f0e6e55d..4b81fb33f199 100644
--- a/drivers/crypto/caam/caamalg_qi2.c
+++ b/drivers/crypto/caam/caamalg_qi2.c
@@ -29,7 +29,7 @@
 				 SHA512_DIGEST_SIZE * 2)
 
 /*
- * This is a a cache of buffers, from which the users of CAAM QI driver
+ * This is a cache of buffers, from which the users of CAAM QI driver
  * can allocate short buffers. It's speedier than doing kmalloc on the hotpath.
  * NOTE: A more elegant solution would be to have some headroom in the frames
  *       being processed. This can be added by the dpaa2-eth driver. This would
diff --git a/drivers/crypto/caam/qi.c b/drivers/crypto/caam/qi.c
index 8163f5df8ebf..49439d0d1b3c 100644
--- a/drivers/crypto/caam/qi.c
+++ b/drivers/crypto/caam/qi.c
@@ -75,7 +75,7 @@ bool caam_congested __read_mostly;
 EXPORT_SYMBOL(caam_congested);
 
 /*
- * This is a a cache of buffers, from which the users of CAAM QI driver
+ * This is a cache of buffers, from which the users of CAAM QI driver
  * can allocate short (CAAM_QI_MEMCACHE_SIZE) buffers. It's faster than
  * doing malloc on the hotpath.
  * NOTE: A more elegant solution would be to have some headroom in the frames
-- 
2.17.1
Re: [PATCH] crypto: caam - drop unexpected word 'a' in comments
Posted by Herbert Xu 1 year, 10 months ago
Jiang Jian <jiangjian@cdjrlc.com> wrote:
> Drop the unexpected word 'a' in the comments that need to be dropped
> 
> * This is a a cache of buffers, from which the users of CAAM QI driver
> -->
> * This is a cache of buffers, from which the users of CAAM QI driver
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
> drivers/crypto/caam/caamalg_qi2.c | 2 +-
> drivers/crypto/caam/qi.c          | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)

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
RE: [EXT] [PATCH] crypto: caam - drop unexpected word 'a' in comments
Posted by Gaurav Jain 1 year, 10 months ago
Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com>

> -----Original Message-----
> From: Jiang Jian <jiangjian@cdjrlc.com>
> Sent: Thursday, June 23, 2022 12:41 PM
> To: Horia Geanta <horia.geanta@nxp.com>; Pankaj Gupta
> <pankaj.gupta@nxp.com>; Gaurav Jain <gaurav.jain@nxp.com>
> Cc: herbert@gondor.apana.org.au; davem@davemloft.net; linux-
> crypto@vger.kernel.org; linux-kernel@vger.kernel.org; Jiang Jian
> <jiangjian@cdjrlc.com>
> Subject: [EXT] [PATCH] crypto: caam - drop unexpected word 'a' in comments
> 
> Caution: EXT Email
> 
> Drop the unexpected word 'a' in the comments that need to be dropped
> 
> * This is a a cache of buffers, from which the users of CAAM QI driver
> -->
> * This is a cache of buffers, from which the users of CAAM QI driver
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
>  drivers/crypto/caam/caamalg_qi2.c | 2 +-
>  drivers/crypto/caam/qi.c          | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/crypto/caam/caamalg_qi2.c
> b/drivers/crypto/caam/caamalg_qi2.c
> index 6753f0e6e55d..4b81fb33f199 100644
> --- a/drivers/crypto/caam/caamalg_qi2.c
> +++ b/drivers/crypto/caam/caamalg_qi2.c
> @@ -29,7 +29,7 @@
>                                  SHA512_DIGEST_SIZE * 2)
> 
>  /*
> - * This is a a cache of buffers, from which the users of CAAM QI driver
> + * This is a cache of buffers, from which the users of CAAM QI driver
>   * can allocate short buffers. It's speedier than doing kmalloc on the hotpath.
>   * NOTE: A more elegant solution would be to have some headroom in the
> frames
>   *       being processed. This can be added by the dpaa2-eth driver. This would
> diff --git a/drivers/crypto/caam/qi.c b/drivers/crypto/caam/qi.c index
> 8163f5df8ebf..49439d0d1b3c 100644
> --- a/drivers/crypto/caam/qi.c
> +++ b/drivers/crypto/caam/qi.c
> @@ -75,7 +75,7 @@ bool caam_congested __read_mostly;
> EXPORT_SYMBOL(caam_congested);
> 
>  /*
> - * This is a a cache of buffers, from which the users of CAAM QI driver
> + * This is a cache of buffers, from which the users of CAAM QI driver
>   * can allocate short (CAAM_QI_MEMCACHE_SIZE) buffers. It's faster than
>   * doing malloc on the hotpath.
>   * NOTE: A more elegant solution would be to have some headroom in the
> frames
> --
> 2.17.1