From: Milton Miller Date: Fri, 10 Oct 2008 01:56:39 +0000 (+0000) Subject: powerpc/xics: Make printk format strings fit on one line X-Git-Tag: v2.6.28-rc1~569^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2172fe8704a1df7cbb988ae1ec4edbfef3e28860;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed