X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fcrc-ccitt.c;h=115d149af407216a188c1c42021882e08f33e23c;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=7f6dd68d2d09e50f012d15a08c2d76ed68bb4395;hpb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;p=linux-2.6.git diff --git a/lib/crc-ccitt.c b/lib/crc-ccitt.c index 7f6dd68d2..115d149af 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) {