提交 db52ecc2 编写于 作者: J Joe Perches 提交者: Mike Frysinger

Blackfin: SMP: fix continuation lines

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册