[PATCH 098/114] crypto: Kconfig: pedantic formatting

From: Enrico Weigelt, metux IT consult
Date: Mon Mar 11 2019 - 09:22:36 EST


Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <info@xxxxxxxxx>
---
crypto/Kconfig | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/crypto/Kconfig b/crypto/Kconfig
index bbab6bf..3395b1a 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -210,7 +210,7 @@ config CRYPTO_PCRYPT
algorithm that executes in kernel threads.

config CRYPTO_WORKQUEUE
- tristate
+ tristate

config CRYPTO_CRYPTD
tristate "Software async crypto daemon"
@@ -290,21 +290,21 @@ config CRYPTO_AEGIS128
select CRYPTO_AEAD
select CRYPTO_AES # for AES S-box tables
help
- Support for the AEGIS-128 dedicated AEAD algorithm.
+ Support for the AEGIS-128 dedicated AEAD algorithm.

config CRYPTO_AEGIS128L
tristate "AEGIS-128L AEAD algorithm"
select CRYPTO_AEAD
select CRYPTO_AES # for AES S-box tables
help
- Support for the AEGIS-128L dedicated AEAD algorithm.
+ Support for the AEGIS-128L dedicated AEAD algorithm.

config CRYPTO_AEGIS256
tristate "AEGIS-256 AEAD algorithm"
select CRYPTO_AEAD
select CRYPTO_AES # for AES S-box tables
help
- Support for the AEGIS-256 dedicated AEAD algorithm.
+ Support for the AEGIS-256 dedicated AEAD algorithm.

config CRYPTO_AEGIS128_AESNI_SSE2
tristate "AEGIS-128 AEAD algorithm (x86_64 AESNI+SSE2 implementation)"
@@ -312,7 +312,7 @@ config CRYPTO_AEGIS128_AESNI_SSE2
select CRYPTO_AEAD
select CRYPTO_CRYPTD
help
- AESNI+SSE2 implementation of the AEGSI-128 dedicated AEAD algorithm.
+ AESNI+SSE2 implementation of the AEGSI-128 dedicated AEAD algorithm.

config CRYPTO_AEGIS128L_AESNI_SSE2
tristate "AEGIS-128L AEAD algorithm (x86_64 AESNI+SSE2 implementation)"
@@ -320,7 +320,7 @@ config CRYPTO_AEGIS128L_AESNI_SSE2
select CRYPTO_AEAD
select CRYPTO_CRYPTD
help
- AESNI+SSE2 implementation of the AEGSI-128L dedicated AEAD algorithm.
+ AESNI+SSE2 implementation of the AEGSI-128L dedicated AEAD algorithm.

config CRYPTO_AEGIS256_AESNI_SSE2
tristate "AEGIS-256 AEAD algorithm (x86_64 AESNI+SSE2 implementation)"
@@ -328,7 +328,7 @@ config CRYPTO_AEGIS256_AESNI_SSE2
select CRYPTO_AEAD
select CRYPTO_CRYPTD
help
- AESNI+SSE2 implementation of the AEGSI-256 dedicated AEAD algorithm.
+ AESNI+SSE2 implementation of the AEGSI-256 dedicated AEAD algorithm.

config CRYPTO_MORUS640
tristate "MORUS-640 AEAD algorithm"
@@ -577,9 +577,8 @@ config CRYPTO_XCBC
select CRYPTO_MANAGER
help
XCBC: Keyed-Hashing with encryption algorithm
- http://www.ietf.org/rfc/rfc3566.txt
- http://csrc.nist.gov/encryption/modes/proposedmodes/
- xcbc-mac/xcbc-mac-spec.pdf
+ <http://www.ietf.org/rfc/rfc3566.txt>
+ <http://csrc.nist.gov/encryption/modes/proposedmodes/xcbc-mac/xcbc-mac-spec.pdf>

config CRYPTO_VMAC
tristate "VMAC support"
@@ -1830,7 +1829,7 @@ config CRYPTO_DRBG
select CRYPTO_RNG
select CRYPTO_JITTERENTROPY

-endif # if CRYPTO_DRBG_MENU
+endif # if CRYPTO_DRBG_MENU

config CRYPTO_JITTERENTROPY
tristate "Jitterentropy Non-Deterministic Random Number Generator"
@@ -1902,4 +1901,4 @@ source "drivers/crypto/Kconfig"
source "crypto/asymmetric_keys/Kconfig"
source "certs/Kconfig"

-endif # if CRYPTO
+endif # if CRYPTO
--
1.9.1