Commit-ID: fd5bed48b446d5edfb319b5ecbef7154f29bd73e Gitweb: http://git.kernel.org/tip/fd5bed48b446d5edfb319b5ecbef7154f29bd73e Author: Marc Zyngier <marc.zyngier@xxxxxxx> AuthorDate: Thu, 20 Oct 2016 11:21:01 +0100 Committer: Marc Zyngier <marc.zyngier@xxxxxxx> CommitDate: Thu, 20 Oct 2016 11:21:01 +0100 irqchip/gic: Add missing \n to CPU IF adjustment message It really looks bad without a newline. Signed-off-by: Marc Zyngier <marc.zyngier@xxxxxxx> --- drivers/irqchip/irq-gic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c index 58e5b4e..d6c404b 100644 --- a/drivers/irqchip/irq-gic.c +++ b/drivers/irqchip/irq-gic.c @@ -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); } -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |