All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: caam: fix spelling mistake "cannote" -> "cannot"
@ 2019-04-15 12:40 ` Colin King
  0 siblings, 0 replies; 6+ messages in thread
From: Colin King @ 2019-04-15 12:40 UTC (permalink / raw)
  To: Horia Geantă,
	Aymen Sghaier, Herbert Xu, David S . Miller, linux-crypto
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an error message in the qi_error_list
array. Fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/crypto/caam/error.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/caam/error.c b/drivers/crypto/caam/error.c
index 21a70fd32f5d..a4129a35a330 100644
--- a/drivers/crypto/caam/error.c
+++ b/drivers/crypto/caam/error.c
@@ -138,7 +138,7 @@ static const struct {
 	{ 0x46, "Annotation length exceeds offset (reuse mode)"},
 	{ 0x48, "Annotation output enabled but ASA limited by ASAR (reuse mode)"},
 	{ 0x49, "Data offset correction exceeds input frame data length (reuse mode)"},
-	{ 0x4B, "Annotation output enabled but ASA cannote be expanded (frame list)"},
+	{ 0x4B, "Annotation output enabled but ASA cannot be expanded (frame list)"},
 	{ 0x51, "Unsupported IF reuse mode"},
 	{ 0x52, "Unsupported FL use mode"},
 	{ 0x53, "Unsupported RJD use mode"},
-- 
2.20.1


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

* [PATCH] crypto: caam: fix spelling mistake "cannote" -> "cannot"
@ 2019-04-15 12:40 ` Colin King
  0 siblings, 0 replies; 6+ messages in thread
From: Colin King @ 2019-04-15 12:40 UTC (permalink / raw)
  To: Horia Geantă,
	Aymen Sghaier, Herbert Xu, David S . Miller, linux-crypto
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an error message in the qi_error_list
array. Fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/crypto/caam/error.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/caam/error.c b/drivers/crypto/caam/error.c
index 21a70fd32f5d..a4129a35a330 100644
--- a/drivers/crypto/caam/error.c
+++ b/drivers/crypto/caam/error.c
@@ -138,7 +138,7 @@ static const struct {
 	{ 0x46, "Annotation length exceeds offset (reuse mode)"},
 	{ 0x48, "Annotation output enabled but ASA limited by ASAR (reuse mode)"},
 	{ 0x49, "Data offset correction exceeds input frame data length (reuse mode)"},
-	{ 0x4B, "Annotation output enabled but ASA cannote be expanded (frame list)"},
+	{ 0x4B, "Annotation output enabled but ASA cannot be expanded (frame list)"},
 	{ 0x51, "Unsupported IF reuse mode"},
 	{ 0x52, "Unsupported FL use mode"},
 	{ 0x53, "Unsupported RJD use mode"},
-- 
2.20.1

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

* Re: [PATCH] crypto: caam: fix spelling mistake "cannote" -> "cannot"
  2019-04-15 12:40 ` Colin King
@ 2019-04-16  6:58   ` Mukesh Ojha
  -1 siblings, 0 replies; 6+ messages in thread
From: Mukesh Ojha @ 2019-04-16  6:56 UTC (permalink / raw)
  To: Colin King, Horia Geantă,
	Aymen Sghaier, Herbert Xu, David S . Miller, linux-crypto
  Cc: kernel-janitors, linux-kernel


On 4/15/2019 6:10 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in an error message in the qi_error_list
> array. Fix this.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh

> ---
>   drivers/crypto/caam/error.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/caam/error.c b/drivers/crypto/caam/error.c
> index 21a70fd32f5d..a4129a35a330 100644
> --- a/drivers/crypto/caam/error.c
> +++ b/drivers/crypto/caam/error.c
> @@ -138,7 +138,7 @@ static const struct {
>   	{ 0x46, "Annotation length exceeds offset (reuse mode)"},
>   	{ 0x48, "Annotation output enabled but ASA limited by ASAR (reuse mode)"},
>   	{ 0x49, "Data offset correction exceeds input frame data length (reuse mode)"},
> -	{ 0x4B, "Annotation output enabled but ASA cannote be expanded (frame list)"},
> +	{ 0x4B, "Annotation output enabled but ASA cannot be expanded (frame list)"},
>   	{ 0x51, "Unsupported IF reuse mode"},
>   	{ 0x52, "Unsupported FL use mode"},
>   	{ 0x53, "Unsupported RJD use mode"},

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

* Re: [PATCH] crypto: caam: fix spelling mistake "cannote" -> "cannot"
@ 2019-04-16  6:58   ` Mukesh Ojha
  0 siblings, 0 replies; 6+ messages in thread
From: Mukesh Ojha @ 2019-04-16  6:58 UTC (permalink / raw)
  To: Colin King, Horia Geantă,
	Aymen Sghaier, Herbert Xu, David S . Miller, linux-crypto
  Cc: kernel-janitors, linux-kernel


On 4/15/2019 6:10 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in an error message in the qi_error_list
> array. Fix this.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh

> ---
>   drivers/crypto/caam/error.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/caam/error.c b/drivers/crypto/caam/error.c
> index 21a70fd32f5d..a4129a35a330 100644
> --- a/drivers/crypto/caam/error.c
> +++ b/drivers/crypto/caam/error.c
> @@ -138,7 +138,7 @@ static const struct {
>   	{ 0x46, "Annotation length exceeds offset (reuse mode)"},
>   	{ 0x48, "Annotation output enabled but ASA limited by ASAR (reuse mode)"},
>   	{ 0x49, "Data offset correction exceeds input frame data length (reuse mode)"},
> -	{ 0x4B, "Annotation output enabled but ASA cannote be expanded (frame list)"},
> +	{ 0x4B, "Annotation output enabled but ASA cannot be expanded (frame list)"},
>   	{ 0x51, "Unsupported IF reuse mode"},
>   	{ 0x52, "Unsupported FL use mode"},
>   	{ 0x53, "Unsupported RJD use mode"},

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

* Re: [PATCH] crypto: caam: fix spelling mistake "cannote" -> "cannot"
  2019-04-15 12:40 ` Colin King
@ 2019-04-25  7:50   ` Herbert Xu
  -1 siblings, 0 replies; 6+ messages in thread
From: Herbert Xu @ 2019-04-25  7:50 UTC (permalink / raw)
  To: Colin King
  Cc: Horia Geantă,
	Aymen Sghaier, David S . Miller, linux-crypto, kernel-janitors,
	linux-kernel

On Mon, Apr 15, 2019 at 01:40:21PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in an error message in the qi_error_list
> array. Fix this.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/crypto/caam/error.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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] 6+ messages in thread

* Re: [PATCH] crypto: caam: fix spelling mistake "cannote" -> "cannot"
@ 2019-04-25  7:50   ` Herbert Xu
  0 siblings, 0 replies; 6+ messages in thread
From: Herbert Xu @ 2019-04-25  7:50 UTC (permalink / raw)
  To: Colin King
  Cc: Horia Geantă,
	Aymen Sghaier, David S . Miller, linux-crypto, kernel-janitors,
	linux-kernel

On Mon, Apr 15, 2019 at 01:40:21PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in an error message in the qi_error_list
> array. Fix this.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/crypto/caam/error.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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] 6+ messages in thread

end of thread, other threads:[~2019-04-25  7:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-15 12:40 [PATCH] crypto: caam: fix spelling mistake "cannote" -> "cannot" Colin King
2019-04-15 12:40 ` Colin King
2019-04-16  6:56 ` Mukesh Ojha
2019-04-16  6:58   ` Mukesh Ojha
2019-04-25  7:50 ` Herbert Xu
2019-04-25  7:50   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.