projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
743b915
)
crypto: crct10dif_generic - fix duplicated words
author
Randy Dunlap
<rdunlap@infradead.org>
Fri, 31 Jul 2020 02:39:22 +0000
(19:39 -0700)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 21 Aug 2020 04:45:25 +0000
(14:45 +1000)
Change the doubled word "at" to "at a".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/crct10dif_generic.c
patch
|
blob
|
history
diff --git
a/crypto/crct10dif_generic.c
b/crypto/crct10dif_generic.c
index
d90c007
..
e843982
100644
(file)
--- a/
crypto/crct10dif_generic.c
+++ b/
crypto/crct10dif_generic.c
@@
-35,7
+35,7
@@
struct chksum_desc_ctx {
};
/*
- * Steps through buffer one byte at a
t
time, calculates reflected
+ * Steps through buffer one byte at a time, calculates reflected
* crc using table.
*/