diff mbox series

crypto: caam: fix spelling mistake "cannote" -> "cannot"

Message ID 20190415124021.4659-1-colin.king@canonical.com (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series crypto: caam: fix spelling mistake "cannote" -> "cannot" | expand

Commit Message

Colin King April 15, 2019, 12:40 p.m. UTC
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(-)

Comments

Mukesh Ojha April 16, 2019, 6:56 a.m. UTC | #1
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"},
Herbert Xu April 25, 2019, 7:50 a.m. UTC | #2
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.
diff mbox series

Patch

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"},