alpha: IOMMU had better access to the free space bitmap at only one place
[sfrench/cifs-2.6.git] / lib / crc-ccitt.c
index 115d149af407216a188c1c42021882e08f33e23c..7f6dd68d2d09e50f012d15a08c2d76ed68bb4395 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)
 {