mm, truncate: remove all exceptional entries from pagevec under one lock
[sfrench/cifs-2.6.git] / lib / crc4.c
index cf6db46661bec611afe45220b584c339944dac2f..164ed9444cd3d83f3574212a404a6d62a7011586 100644 (file)
@@ -15,7 +15,7 @@ static const uint8_t crc4_tab[] = {
 
 /**
  * crc4 - calculate the 4-bit crc of a value.
- * @crc:  starting crc4
+ * @c:    starting crc4
  * @x:    value to checksum
  * @bits: number of bits in @x to checksum
  *