]> git.baikalelectronics.ru Git - kernel.git/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)
commit29db6e66207cab5aae625ef5a5b0d70f330b45bc
tree73cc7f4894a7b9e61b0920f4ea9c9e57a62cdb6e
parent88024760a1f3bcf63f18a302a1a91f8bdf1d7257
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