Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1459654

[PATCH 4/6] crypto: sun4i-ss: fix spelling

From LABBE Corentin <clabbe.montjoie@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 4/6] crypto: sun4i-ss: fix spelling
Date 2016-08-10 21:30 +0200
Message-ID <s4Hmp-Ul-21@gated-at.bofh.it> (permalink)
References <s4GgF-79-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Two words are badly spelled, this patch respell them.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
---
 drivers/crypto/sunxi-ss/sun4i-ss-hash.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/crypto/sunxi-ss/sun4i-ss-hash.c b/drivers/crypto/sunxi-ss/sun4i-ss-hash.c
index 7841d73..60031e0 100644
--- a/drivers/crypto/sunxi-ss/sun4i-ss-hash.c
+++ b/drivers/crypto/sunxi-ss/sun4i-ss-hash.c
@@ -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;
-- 
2.7.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/6] crypto: sun4i-ss: fix a few signed warning LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-08-10 20:30 +0200
  [PATCH 3/6] crypto: sun4i-ss: clean unused ss LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-08-10 20:40 +0200
  [PATCH 2/6] crypto: sun4i-ss: unify update/final function LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-08-10 21:10 +0200
  [PATCH 6/6] crypto: sun4i-ss: fix indentation of two crypto alg LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-08-10 21:10 +0200
  [PATCH 4/6] crypto: sun4i-ss: fix spelling LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-08-10 21:30 +0200
  Re: [PATCH 1/6] crypto: sun4i-ss: fix a few signed warning Herbert Xu <herbert@gondor.apana.org.au> - 2016-08-16 12:00 +0200

csiph-web