diff mbox series

[trivial] crypto: Grammar s/options/option/, s/to/the/

Message ID 20190320104103.21506-1-geert+renesas@glider.be (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series [trivial] crypto: Grammar s/options/option/, s/to/the/ | expand

Commit Message

Geert Uytterhoeven March 20, 2019, 10:41 a.m. UTC
Fixes: ccb778e1841ce04b ("crypto: api - Add fips_enable flag")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 crypto/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mukesh Ojha March 20, 2019, 1:26 p.m. UTC | #1
On 3/20/2019 4:11 PM, Geert Uytterhoeven wrote:
> Fixes: ccb778e1841ce04b ("crypto: api - Add fips_enable flag")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>   crypto/Kconfig | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/crypto/Kconfig b/crypto/Kconfig
> index bbab6bf3351982c9..14f3a98e32f78d06 100644
> --- a/crypto/Kconfig
> +++ b/crypto/Kconfig
> @@ -27,8 +27,8 @@ config CRYPTO_FIPS
>   	depends on (CRYPTO_ANSI_CPRNG || CRYPTO_DRBG) && !CRYPTO_MANAGER_DISABLE_TESTS
>   	depends on (MODULE_SIG || !MODULES)
>   	help
> -	  This options enables the fips boot option which is
> -	  required if you want to system to operate in a FIPS 200
> +	  This option enables the fips boot option which is
> +	  required if you want the system to operate in a FIPS 200


Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>


Thanks,
Mukesh


>   	  certification.  You should say no unless you know what
>   	  this is.
>
Herbert Xu March 28, 2019, 6:07 a.m. UTC | #2
On Wed, Mar 20, 2019 at 11:41:03AM +0100, Geert Uytterhoeven wrote:
> Fixes: ccb778e1841ce04b ("crypto: api - Add fips_enable flag")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  crypto/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Patch applied.  Thanks.
diff mbox series

Patch

diff --git a/crypto/Kconfig b/crypto/Kconfig
index bbab6bf3351982c9..14f3a98e32f78d06 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -27,8 +27,8 @@  config CRYPTO_FIPS
 	depends on (CRYPTO_ANSI_CPRNG || CRYPTO_DRBG) && !CRYPTO_MANAGER_DISABLE_TESTS
 	depends on (MODULE_SIG || !MODULES)
 	help
-	  This options enables the fips boot option which is
-	  required if you want to system to operate in a FIPS 200
+	  This option enables the fips boot option which is
+	  required if you want the system to operate in a FIPS 200
 	  certification.  You should say no unless you know what
 	  this is.