Skip to content

Commit db83aab

Browse files
RichiHherbertx
authored andcommitted
crypto: crc32 - Fix checkpatch errors
Signed-off-by: Richard Hartmann <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 0375d66 commit db83aab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crypto/crc32c.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Cryptographic API.
33
*
44
* CRC32C chksum
@@ -30,7 +30,7 @@
3030
*
3131
* This program is free software; you can redistribute it and/or modify it
3232
* under the terms of the GNU General Public License as published by the Free
33-
* Software Foundation; either version 2 of the License, or (at your option)
33+
* Software Foundation; either version 2 of the License, or (at your option)
3434
* any later version.
3535
*
3636
*/
@@ -142,7 +142,7 @@ static u32 crc32c(u32 crc, const u8 *data, unsigned int length)
142142
}
143143

144144
/*
145-
* Steps through buffer one byte at at time, calculates reflected
145+
* Steps through buffer one byte at at time, calculates reflected
146146
* crc using table.
147147
*/
148148

0 commit comments

Comments
 (0)