[kernel] r13619 - dists/trunk/linux-2.6/debian/patches/features/all

Ben Hutchings benh at alioth.debian.org
Fri May 15 22:22:02 UTC 2009


Author: benh
Date: Fri May 15 22:22:01 2009
New Revision: 13619

Log:
Fix function name in kernel-doc comment for crc_itu_t_bitreversed

Modified:
   dists/trunk/linux-2.6/debian/patches/features/all/lib-crcitut-bit-reversed.patch

Modified: dists/trunk/linux-2.6/debian/patches/features/all/lib-crcitut-bit-reversed.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/features/all/lib-crcitut-bit-reversed.patch	Fri May 15 22:12:47 2009	(r13618)
+++ dists/trunk/linux-2.6/debian/patches/features/all/lib-crcitut-bit-reversed.patch	Fri May 15 22:22:01 2009	(r13619)
@@ -55,7 +55,7 @@
  EXPORT_SYMBOL(crc_itu_t);
  
 +/**
-+ * crc_itu_t_byte_reversed - Compute the CRC-ITU-T for the data buffer;
++ * crc_itu_t_bitreversed - Compute the CRC-ITU-T for the data buffer;
 + * the buffer content is assumed to be bit-reversed
 + *
 + * @crc:     previous CRC value



More information about the Kernel-svn-changes mailing list