linux/arch/x86/pci
Linus Torvalds 011fec7486 Un-break printk strings in x86 PCI probing code
Breaking lines due to some imaginary problem with a long line length is
often stupid and wrong, but never more so when it splits a string that
is printed out into multiple lines.  This really ended up making it much
harder to find where some error strings were printed out, because a
simple 'grep' didn't work.

I'm sure there is tons more of this particular idiocy hiding in other
places, but this particular case hit me once more last week. So fix it.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-09-02 10:38:28 -07:00
..
Makefile
acpi.c
amd_bus.c x86: fix: make PCI ECS for AMD CPUs hotplug capable 2008-08-23 17:39:31 +02:00
common.c
direct.c
early.c
fixup.c
i386.c Un-break printk strings in x86 PCI probing code 2008-09-02 10:38:28 -07:00
init.c
irq.c x86/PCI: irq and pci_ids patch for Intel Ibex Peak PCHs 2008-08-15 09:15:47 -07:00
legacy.c
mmconfig-shared.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 2008-08-19 13:55:47 -07:00
mmconfig_32.c
mmconfig_64.c
numaq_32.c
olpc.c
pcbios.c
pci.h
visws.c