]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc/xics: Make printk format strings fit on one line
authorMilton Miller <miltonm@bga.com>
Fri, 10 Oct 2008 01:56:39 +0000 (01:56 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 13 Oct 2008 05:24:19 +0000 (16:24 +1100)
commit2172fe8704a1df7cbb988ae1ec4edbfef3e28860
tree91b678287eb18dba39710966414569467f167dc9
parentd879f3849c93743e170a8dc60a8dfb66150c420d
powerpc/xics: Make printk format strings fit on one line

Several printks were broken at word boundaries for line length.   Some
even referred to old function names.   Using __func__ and changing the
text slightly for the format allows these printk formats to fit on one
line.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/xics.c