]> err.no Git - linux-2.6/commit
Un-break printk strings in x86 PCI probing code
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Sep 2008 17:38:28 +0000 (10:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Sep 2008 17:38:28 +0000 (10:38 -0700)
commit011fec7486028977e2b4012afb84235759c6ad82
tree73cc7f4894a7b9e61b0920f4ea9c9e57a62cdb6e
parentbef69ea0dcce574a425feb0a5aa4c63dd108b9a6
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>
arch/x86/pci/i386.c