diff options
author | Antoine Ténart <antoine.tenart@free-electrons.com> | 2017-12-14 17:26:44 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-12-22 12:03:28 +0300 |
commit | dfbcc08faadd696d3c4687d7df540956f2be4f7c (patch) | |
tree | 6deda0c9e0a05d795a495573e79db926219c212e /drivers | |
parent | 62c2eddd2d574ddcb125c89c1246e7f8226ce068 (diff) | |
download | linux-dfbcc08faadd696d3c4687d7df540956f2be4f7c.tar.xz |
crypto: inside-secure - fix typo in a comment
Cosmetic patch fixing one typo in one of the driver's comments.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/crypto/inside-secure/safexcel_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/inside-secure/safexcel_hash.c b/drivers/crypto/inside-secure/safexcel_hash.c index d2d4551565fa..d4afc070ff58 100644 --- a/drivers/crypto/inside-secure/safexcel_hash.c +++ b/drivers/crypto/inside-secure/safexcel_hash.c @@ -504,7 +504,7 @@ static int safexcel_ahash_cache(struct ahash_request *areq) return areq->nbytes; } - /* We could'nt cache all the data */ + /* We couldn't cache all the data */ return -E2BIG; } |