author | Joe Perches
<joe@perches.com> 2010-03-27 02:27:51 UTC |
committer | Mike Frysinger
<vapier@gentoo.org> 2010-05-22 18:19:15 UTC |
parent | efc5863eb52a04134869f5ceb5f81a6fe9b47469 |
arch/blackfin/mach-common/smp.c | +2 | -2 |
diff --git a/arch/blackfin/mach-common/smp.c b/arch/blackfin/mach-common/smp.c index 7cecbaf0358..a17107a700d 100644 --- a/arch/blackfin/mach-common/smp.c +++ b/arch/blackfin/mach-common/smp.c @@ -170,8 +170,8 @@ static irqreturn_t ipi_handler(int irq, void *dev_instance) kfree(msg); break; default: - printk(KERN_CRIT "CPU%u: Unknown IPI message \ - 0x%lx\n", cpu, msg->type); + printk(KERN_CRIT "CPU%u: Unknown IPI message 0x%lx\n", + cpu, msg->type); kfree(msg); break; }