linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trivial] crypto: essiv - fix AEAD capitalization and preposition use in help text
@ 2020-01-12 16:58 Geert Uytterhoeven
  2020-01-16  7:29 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-01-12 16:58 UTC (permalink / raw)
  To: Herbert Xu, David S . Miller, Jiri Kosina, Mike Snitzer, Ard Biesheuvel
  Cc: linux-crypto, linux-kernel, Geert Uytterhoeven

"AEAD" is capitalized everywhere else.
Use "an" when followed by a written or spoken vowel.

Fixes: be1eb7f78aa8fbe3 ("crypto: essiv - create wrapper template for ESSIV generation")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 crypto/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 5575d48473bd4a7f..cdb51d4272d0cc7c 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -511,10 +511,10 @@ config CRYPTO_ESSIV
 	  encryption.
 
 	  This driver implements a crypto API template that can be
-	  instantiated either as a skcipher or as a aead (depending on the
+	  instantiated either as an skcipher or as an AEAD (depending on the
 	  type of the first template argument), and which defers encryption
 	  and decryption requests to the encapsulated cipher after applying
-	  ESSIV to the input IV. Note that in the aead case, it is assumed
+	  ESSIV to the input IV. Note that in the AEAD case, it is assumed
 	  that the keys are presented in the same format used by the authenc
 	  template, and that the IV appears at the end of the authenticated
 	  associated data (AAD) region (which is how dm-crypt uses it.)
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH trivial] crypto: essiv - fix AEAD capitalization and preposition use in help text
  2020-01-12 16:58 [PATCH trivial] crypto: essiv - fix AEAD capitalization and preposition use in help text Geert Uytterhoeven
@ 2020-01-16  7:29 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2020-01-16  7:29 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: David S . Miller, Jiri Kosina, Mike Snitzer, Ard Biesheuvel,
	linux-crypto, linux-kernel

On Sun, Jan 12, 2020 at 05:58:58PM +0100, Geert Uytterhoeven wrote:
> "AEAD" is capitalized everywhere else.
> Use "an" when followed by a written or spoken vowel.
> 
> Fixes: be1eb7f78aa8fbe3 ("crypto: essiv - create wrapper template for ESSIV generation")
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
>  crypto/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-16  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12 16:58 [PATCH trivial] crypto: essiv - fix AEAD capitalization and preposition use in help text Geert Uytterhoeven
2020-01-16  7:29 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).