aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium/cpt
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-08-11 20:07:05 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2022-08-19 18:39:36 +0800
commit450df3ecef4df9d94f7ca0d68527944418b2d1ed (patch)
treea7ee1940a646db8534f1ddcfc8635b3abaf1f78f /drivers/crypto/cavium/cpt
parentcrypto: drbg - remove unnecessary (void*) conversions (diff)
downloadlinux-dev-450df3ecef4df9d94f7ca0d68527944418b2d1ed.tar.xz
linux-dev-450df3ecef4df9d94f7ca0d68527944418b2d1ed.zip
crypto: cavium - Fix comment typo
The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/cavium/cpt')
-rw-r--r--drivers/crypto/cavium/cpt/cpt_hw_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/cavium/cpt/cpt_hw_types.h b/drivers/crypto/cavium/cpt/cpt_hw_types.h
index 8ec6edc69f3f..ae4791a8ec4a 100644
--- a/drivers/crypto/cavium/cpt/cpt_hw_types.h
+++ b/drivers/crypto/cavium/cpt/cpt_hw_types.h
@@ -396,7 +396,7 @@ union cptx_vqx_misc_ena_w1s {
* Word0
* reserved_20_63:44 [63:20] Reserved.
* dbell_cnt:20 [19:0](R/W/H) Number of instruction queue 64-bit words to add
- * to the CPT instruction doorbell count. Readback value is the the
+ * to the CPT instruction doorbell count. Readback value is the
* current number of pending doorbell requests. If counter overflows
* CPT()_VQ()_MISC_INT[DBELL_DOVF] is set. To reset the count back to
* zero, write one to clear CPT()_VQ()_MISC_INT_ENA_W1C[DBELL_DOVF],