X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcrc-ccitt.c;h=7f6dd68d2d09e50f012d15a08c2d76ed68bb4395;hb=93dd40013f4f7f4b18d19d0d77855f025bcc57c3;hp=115d149af407216a188c1c42021882e08f33e23c;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/lib/crc-ccitt.c b/lib/crc-ccitt.c index 115d149af4..7f6dd68d2d 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) {