Commit db52ecc2 authored by Joe Perches's avatar Joe Perches Committed by Mike Frysinger

Blackfin: SMP: fix continuation lines

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent efc5863e
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment