]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
crypto: sun4i-ss - fix spelling
authorCorentin LABBE <clabbe.montjoie@gmail.com>
Wed, 10 Aug 2016 09:45:32 +0000 (11:45 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 16 Aug 2016 09:16:59 +0000 (17:16 +0800)
Two words are badly spelled, this patch respell them.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/sunxi-ss/sun4i-ss-hash.c

index 7841d73c54c515d71b2d42e0fbdb71164b7d341d..60031e0eeb253f5794d2e0c99bbd964f62092096 100644 (file)
@@ -372,7 +372,7 @@ int sun4i_hash(struct ahash_request *areq)
  * I do not check RX FIFO size in this function since the size is 32
  * after each enabling and this function neither write more than 32 words.
  * If we come from the update part, we cannot have more than
- * 3 remainings bytes to write and SS is fast enought to not care about it.
+ * 3 remaining bytes to write and SS is fast enough to not care about it.
  */
 
 hash_final:
@@ -436,7 +436,7 @@ hash_final:
 
        /*
         * Wait for SS to finish the hash.
-        * The timeout could happen only in case of bad overcloking
+        * The timeout could happen only in case of bad overclocking
         * or driver bug.
         */
        i = 0;