Commit dfbcc08f authored by Antoine Ténart's avatar Antoine Ténart Committed by Herbert Xu

crypto: inside-secure - fix typo in a comment

Cosmetic patch fixing one typo in one of the driver's comments.
Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 62c2eddd
...@@ -504,7 +504,7 @@ static int safexcel_ahash_cache(struct ahash_request *areq) ...@@ -504,7 +504,7 @@ static int safexcel_ahash_cache(struct ahash_request *areq)
return areq->nbytes; return areq->nbytes;
} }
/* We could'nt cache all the data */ /* We couldn't cache all the data */
return -E2BIG; return -E2BIG;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment