dect
/
linux-2.6
Archived
13
0
Fork 0

Blackfin: SMP: fix continuation lines

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Joe Perches 2010-03-26 19:27:51 -07:00 committed by Mike Frysinger
parent efc5863eb5
commit db52ecc295
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}