aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorhaco <minhaco@msn.com>2018-12-28 05:09:40 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2019-01-11 01:16:56 -0500
commitaf8cb01f1e435fc8ba9555afe0c2ce8a2b3cf9c5 (patch)
tree87c0d1bcb4d0be40059d6b3fa94e29eab33411f8 /crypto
parente12468241b19653d87534f3ff0778f1ad4668f5e (diff)
crypto: Kconfig - Fix typo in "pclmul"
Fix typo "plcmul" to "pclmul" Signed-off-by: Huaxuan Mao <minhaco@msn.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 9511144ac7b5..86960aa53e0f 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -642,7 +642,7 @@ config CRYPTO_CRC32_PCLMUL
642 From Intel Westmere and AMD Bulldozer processor with SSE4.2 642 From Intel Westmere and AMD Bulldozer processor with SSE4.2
643 and PCLMULQDQ supported, the processor will support 643 and PCLMULQDQ supported, the processor will support
644 CRC32 PCLMULQDQ implementation using hardware accelerated PCLMULQDQ 644 CRC32 PCLMULQDQ implementation using hardware accelerated PCLMULQDQ
645 instruction. This option will create 'crc32-plcmul' module, 645 instruction. This option will create 'crc32-pclmul' module,
646 which will enable any routine to use the CRC-32-IEEE 802.3 checksum 646 which will enable any routine to use the CRC-32-IEEE 802.3 checksum
647 and gain better performance as compared with the table implementation. 647 and gain better performance as compared with the table implementation.
648 648
@@ -671,7 +671,7 @@ config CRYPTO_CRCT10DIF_PCLMUL
671 For x86_64 processors with SSE4.2 and PCLMULQDQ supported, 671 For x86_64 processors with SSE4.2 and PCLMULQDQ supported,
672 CRC T10 DIF PCLMULQDQ computation can be hardware 672 CRC T10 DIF PCLMULQDQ computation can be hardware
673 accelerated PCLMULQDQ instruction. This option will create 673 accelerated PCLMULQDQ instruction. This option will create
674 'crct10dif-plcmul' module, which is faster when computing the 674 'crct10dif-pclmul' module, which is faster when computing the
675 crct10dif checksum as compared with the generic table implementation. 675 crct10dif checksum as compared with the generic table implementation.
676 676
677config CRYPTO_CRCT10DIF_VPMSUM 677config CRYPTO_CRCT10DIF_VPMSUM