Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jason Wang and committed by
Herbert Xu
450df3ec 66c8137f

+1 -1
+1 -1
drivers/crypto/cavium/cpt/cpt_hw_types.h
··· 396 396 * Word0 397 397 * reserved_20_63:44 [63:20] Reserved. 398 398 * dbell_cnt:20 [19:0](R/W/H) Number of instruction queue 64-bit words to add 399 - * to the CPT instruction doorbell count. Readback value is the the 399 + * to the CPT instruction doorbell count. Readback value is the 400 400 * current number of pending doorbell requests. If counter overflows 401 401 * CPT()_VQ()_MISC_INT[DBELL_DOVF] is set. To reset the count back to 402 402 * zero, write one to clear CPT()_VQ()_MISC_INT_ENA_W1C[DBELL_DOVF],