Commit 933e7e3a authored by Corentin LABBE's avatar Corentin LABBE Committed by Herbert Xu

crypto: sun4i-ss - fix spelling

Two words are badly spelled, this patch respell them.
Signed-off-by: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d98a949b
...@@ -372,7 +372,7 @@ int sun4i_hash(struct ahash_request *areq) ...@@ -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 * 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. * after each enabling and this function neither write more than 32 words.
* If we come from the update part, we cannot have more than * 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: hash_final:
...@@ -436,7 +436,7 @@ int sun4i_hash(struct ahash_request *areq) ...@@ -436,7 +436,7 @@ int sun4i_hash(struct ahash_request *areq)
/* /*
* Wait for SS to finish the hash. * 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. * or driver bug.
*/ */
i = 0; i = 0;
......
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