irqchip/gic: Add missing \n to CPU IF adjustment message
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 20 Oct 2016 10:21:01 +0000 (11:21 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 20 Oct 2016 10:21:01 +0000 (11:21 +0100)
It really looks bad without a newline.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic.c

index 58e5b4e..d6c404b 100644 (file)
@@ -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);
        }