commit | 2172fe8704a1df7cbb988ae1ec4edbfef3e28860 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Fri Oct 10 01:56:39 2008 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Oct 13 16:24:19 2008 +1100 |
tree | 91b678287eb18dba39710966414569467f167dc9 | |
parent | d879f3849c93743e170a8dc60a8dfb66150c420d [diff] |
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>