[PATCH] crypto: cavium - fix typos in comments

Jiang Jian posted 1 patch 3 years, 10 months ago
drivers/crypto/cavium/cpt/cpt_hw_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] crypto: cavium - fix typos in comments
Posted by Jiang Jian 3 years, 10 months ago
Replace 'is' with 'it'

file: drivers/crypto/cavium/cpt/cpt_hw_types.h
line: 268

*	which if the line hits and is is dirty will cause the line to be

changed to:
*	which if the line hits and it is dirty will cause the line to be

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/crypto/cavium/cpt/cpt_hw_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/cavium/cpt/cpt_hw_types.h b/drivers/crypto/cavium/cpt/cpt_hw_types.h
index 96bc963bb804..8ec6edc69f3f 100644
--- a/drivers/crypto/cavium/cpt/cpt_hw_types.h
+++ b/drivers/crypto/cavium/cpt/cpt_hw_types.h
@@ -265,7 +265,7 @@ union cptx_pf_exe_bist_status {
  *	big-endian format in memory.
  *  iqb_ldwb:1 [7:7](R/W) Instruction load don't write back.
  *	0 = The hardware issues NCB transient load (LDT) towards the cache,
- *	which if the line hits and is is dirty will cause the line to be
+ *	which if the line hits and it is dirty will cause the line to be
  *	written back before being replaced.
  *	1 = The hardware issues NCB LDWB read-and-invalidate command towards
  *	the cache when fetching the last word of instructions; as a result the
-- 
2.17.1
Re: [PATCH] crypto: cavium - fix typos in comments
Posted by Herbert Xu 3 years, 9 months ago
Jiang Jian <jiangjian@cdjrlc.com> wrote:
> Replace 'is' with 'it'
> 
> file: drivers/crypto/cavium/cpt/cpt_hw_types.h
> line: 268
> 
> *       which if the line hits and is is dirty will cause the line to be
> 
> changed to:
> *       which if the line hits and it is dirty will cause the line to be
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
> drivers/crypto/cavium/cpt/cpt_hw_types.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

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