We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84cf06 commit 415f0c8Copy full SHA for 415f0c8
lib/crc64.c
@@ -37,7 +37,7 @@ MODULE_LICENSE("GPL v2");
37
/**
38
* crc64_be - Calculate bitwise big-endian ECMA-182 CRC64
39
* @crc: seed value for computation. 0 or (u64)~0 for a new CRC calculation,
40
- or the previous crc64 value if computing incrementally.
+ * or the previous crc64 value if computing incrementally.
41
* @p: pointer to buffer over which CRC64 is run
42
* @len: length of buffer @p
43
*/
0 commit comments