linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / lib / crc-ccitt.c
index 7f6dd68..115d149 100644 (file)
@@ -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)
 {