mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-11-30 19:11:16 +00:00
crypto: crc32c_generic - delete and fix duplicated words
Drop the doubled word "the". Change "at 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>
This commit is contained in:
parent
4eb57bcd4c
commit
743b915077
@ -15,7 +15,7 @@
|
|||||||
* pages = {},
|
* pages = {},
|
||||||
* month = {June},
|
* month = {June},
|
||||||
*}
|
*}
|
||||||
* Used by the iSCSI driver, possibly others, and derived from the
|
* Used by the iSCSI driver, possibly others, and derived from
|
||||||
* the iscsi-crc.c module of the linux-iscsi driver at
|
* the iscsi-crc.c module of the linux-iscsi driver at
|
||||||
* http://linux-iscsi.sourceforge.net.
|
* http://linux-iscsi.sourceforge.net.
|
||||||
*
|
*
|
||||||
@ -50,7 +50,7 @@ struct chksum_desc_ctx {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Steps through buffer one byte at at time, calculates reflected
|
* Steps through buffer one byte at a time, calculates reflected
|
||||||
* crc using table.
|
* crc using table.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user