OSDN Git Service

crypto: inside-secure - fix typo in a comment
authorAntoine Ténart <antoine.tenart@free-electrons.com>
Thu, 14 Dec 2017 14:26:44 +0000 (15:26 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Dec 2017 09:03:28 +0000 (20:03 +1100)
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>
drivers/crypto/inside-secure/safexcel_hash.c

index d2d4551..d4afc07 100644 (file)
@@ -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;
 }