On Sat, 05 Sep 2009, Daniel Walker wrote: > I'm not sure I see how this makes "adding/deleting/modifying" easier .. > We have lots of other situations where lines are broken down less than > 80, function arguments, macros, structures all sorts of stuff. > > Taking this block for instance, > > DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_BROADCOM, > PCI_DEVICE_ID_TIGON3_5780, > quirk_msi_intx_disable_bug); > DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_BROADCOM, > PCI_DEVICE_ID_TIGON3_5780S, > quirk_msi_intx_disable_bug); > DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_BROADCOM, > PCI_DEVICE_ID_TIGON3_5714, > quirk_msi_intx_disable_bug); > DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_BROADCOM, > PCI_DEVICE_ID_TIGON3_5714S, > quirk_msix_intx_disable_bug); > DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_BROADCOM, > PCI_DEVICE_ID_TIGON3_5715, > quirk_msi_intx_disable_bug); > DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_BROADCOM, > PCI_DEVICE_ID_TIGON3_5715S, > quirk_msi_intx_disable_bug); You must have an alien brain of some sort if reading that is easier than the tabular (single-line) format for you. Please try finding the one entry in there which is different (I changed one of them) with a quick glance. Chances are you'll just skip over it and think all of them do the same thing. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html