From: Colin Ian King Date: Fri, 27 Apr 2018 18:08:05 +0000 (+0100) Subject: crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated" X-Git-Tag: for-linus-20180616~82^2~68 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=158b52ff1436cf794778774e8510cd42e773849c;p=linux-block.git crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated" Trivial fix to spelling mistake in module description text Signed-off-by: Colin Ian King Signed-off-by: Herbert Xu --- diff --git a/arch/x86/crypto/ghash-clmulni-intel_glue.c b/arch/x86/crypto/ghash-clmulni-intel_glue.c index 0420bab19efb..2ddbe3a1868b 100644 --- a/arch/x86/crypto/ghash-clmulni-intel_glue.c +++ b/arch/x86/crypto/ghash-clmulni-intel_glue.c @@ -364,5 +364,5 @@ module_exit(ghash_pclmulqdqni_mod_exit); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("GHASH Message Digest Algorithm, " - "acclerated by PCLMULQDQ-NI"); + "accelerated by PCLMULQDQ-NI"); MODULE_ALIAS_CRYPTO("ghash");