]> Git Repo - linux.git/blobdiff - lib/crc7.c
libperf evlist: Allow mixing per-thread and per-cpu mmaps
[linux.git] / lib / crc7.c
index 6a848d73e80428878c5edf4393da23ce46e1f49e..3848e313b7224610c8eabf2420ca299014ddb325 100644 (file)
@@ -51,7 +51,7 @@ const u8 crc7_be_syndrome_table[256] = {
 EXPORT_SYMBOL(crc7_be_syndrome_table);
 
 /**
- * crc7 - update the CRC7 for the data buffer
+ * crc7_be - update the CRC7 for the data buffer
  * @crc:     previous CRC7 value
  * @buffer:  data pointer
  * @len:     number of bytes in the buffer
This page took 0.03524 seconds and 4 git commands to generate.