crypto: caam - fix spelling mistake "cannote" -> "cannot"
authorColin Ian King <colin.king@canonical.com>
Mon, 15 Apr 2019 12:40:21 +0000 (13:40 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Apr 2019 07:38:12 +0000 (15:38 +0800)
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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/error.c

index 21a70fd32f5d7a6fb17ea71763695675529c7894..a4129a35a330241b1309e6fa42796e8441bf5119 100644 (file)
@@ -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"},