[kernel] r13704 - in dists/trunk/linux-2.6/debian/patches: features/all series

Ben Hutchings benh at alioth.debian.org
Sun May 31 18:22:41 UTC 2009


Author: benh
Date: Sun May 31 18:22:40 2009
New Revision: 13704

Log:
Fix kernel-doc short description of crc_itu_t_bitreversed_byte -
the documentation build fails if it is wrapped onto a second line.
Re-enable this and dependent patches.

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

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	Sat May 30 21:08:20 2009	(r13703)
+++ dists/trunk/linux-2.6/debian/patches/features/all/lib-crcitut-bit-reversed.patch	Sun May 31 18:22:40 2009	(r13704)
@@ -50,13 +50,12 @@
 index a63472b..886981e 100644
 --- a/lib/crc-itu-t.c
 +++ b/lib/crc-itu-t.c
-@@ -64,6 +64,24 @@ u16 crc_itu_t(u16 crc, const u8 *buffer, size_t len)
+@@ -64,6 +64,23 @@ u16 crc_itu_t(u16 crc, const u8 *buffer, size_t len)
  }
  EXPORT_SYMBOL(crc_itu_t);
  
 +/**
-+ * crc_itu_t_bitreversed - Compute the CRC-ITU-T for the data buffer;
-+ * the buffer content is assumed to be bit-reversed
++ * crc_itu_t_bitreversed - Compute the CRC-ITU-T for a bit-reversed data buffer
 + *
 + * @crc:     previous CRC value
 + * @buffer:  data pointer

Modified: dists/trunk/linux-2.6/debian/patches/series/base
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/base	Sat May 30 21:08:20 2009	(r13703)
+++ dists/trunk/linux-2.6/debian/patches/series/base	Sun May 31 18:22:40 2009	(r13704)
@@ -10,9 +10,9 @@
 + features/all/drivers-gpu-drm-r128-request_firmware.patch
 + features/all/drivers-gpu-drm-radeon-request_firmware.patch
 # rt2860sta and rt2870sta need ITU-T CRC on bit-reversed data
-#+ features/all/lib-crcitut-bit-reversed.patch
-#+ features/all/drivers-staging-rt2860sta-request_firmware.patch
-#+ features/all/drivers-staging-rt2870sta-request_firmware.patch
++ features/all/lib-crcitut-bit-reversed.patch
++ features/all/drivers-staging-rt2860sta-request_firmware.patch
++ features/all/drivers-staging-rt2870sta-request_firmware.patch
 + features/all/export-unionfs-symbols.patch
 
 + bugfix/sparc/drivers_net-broken.patch



More information about the Kernel-svn-changes mailing list