crypto: caam - fix spelling mistake "cannote" -> "cannot"
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>
This commit is contained in:
parent
877b5691f2
commit
6ddc8e3117
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue