diff options
Diffstat (limited to 'lib/crc-ccitt.c')
-rw-r--r-- | lib/crc-ccitt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/crc-ccitt.c b/lib/crc-ccitt.c index 115d149af407..7f6dd68d2d09 100644 --- a/lib/crc-ccitt.c +++ b/lib/crc-ccitt.c @@ -53,9 +53,9 @@ EXPORT_SYMBOL(crc_ccitt_table); /** * crc_ccitt - recompute the CRC for the data buffer - * @crc - previous CRC value - * @buffer - data pointer - * @len - number of bytes in the buffer + * @crc: previous CRC value + * @buffer: data pointer + * @len: number of bytes in the buffer */ u16 crc_ccitt(u16 crc, u8 const *buffer, size_t len) { |