提交 32cffdde 编写于 作者: T Thomas Gleixner

genirq: Fix fatfinered fixup really

Putting the argument inside the quote does not really help.
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 1e7c5fd2
......@@ -1435,7 +1435,7 @@ void enable_percpu_irq(unsigned int irq, unsigned int type)
ret = __irq_set_trigger(desc, irq, type);
if (ret) {
WARN(1, "failed to set type for IRQ%d\n, irq");
WARN(1, "failed to set type for IRQ%d\n", irq);
goto out;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册