提交 fd5bed48 编写于 作者: M Marc Zyngier

irqchip/gic: Add missing \n to CPU IF adjustment message

It really looks bad without a newline.
Signed-off-by: NMarc Zyngier <marc.zyngier@arm.com>
上级 9224eb77
......@@ -1279,7 +1279,7 @@ static bool gic_check_eoimode(struct device_node *node, void __iomem **base)
*/
*base += 0xf000;
cpuif_res.start += 0xf000;
pr_warn("GIC: Adjusting CPU interface base to %pa",
pr_warn("GIC: Adjusting CPU interface base to %pa\n",
&cpuif_res.start);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册