[kernel] r14641 - dists/sid/linux-2.6/debian/config
Ben Hutchings
benh at alioth.debian.org
Mon Nov 16 00:23:29 UTC 2009
Author: benh
Date: Mon Nov 16 00:23:27 2009
New Revision: 14641
Log:
Do not indent comments
ConfigParser only recognises # as introducing a comment at the
beginning of a line. These comments were previously included in
the field value, though this appears to have been harmless.
Modified:
dists/sid/linux-2.6/debian/config/defines
Modified: dists/sid/linux-2.6/debian/config/defines
==============================================================================
--- dists/sid/linux-2.6/debian/config/defines Mon Nov 16 00:16:07 2009 (r14640)
+++ dists/sid/linux-2.6/debian/config/defines Mon Nov 16 00:23:27 2009 (r14641)
@@ -1,11 +1,11 @@
[abi]
abiname: 1
ignore-changes:
- # dm-exception-store exports functions that should be private
+# dm-exception-store exports functions that should be private
dm_exception_store_*
- # generic_serial removed but was already broken
+# generic_serial removed but was already broken
gs_*
- # PCMCIA suspend/resume augmented
+# PCMCIA suspend/resume augmented
pcmcia_socket_dev_early_resume
pcmcia_socket_dev_late_resume
More information about the Kernel-svn-changes
mailing list