Skip to content

Commit fd5bed4

Browse files
author
Marc Zyngier
committed
irqchip/gic: Add missing \n to CPU IF adjustment message
It really looks bad without a newline. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
1 parent 9224eb7 commit fd5bed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/irqchip/irq-gic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ static bool gic_check_eoimode(struct device_node *node, void __iomem **base)
12791279
*/
12801280
*base += 0xf000;
12811281
cpuif_res.start += 0xf000;
1282-
pr_warn("GIC: Adjusting CPU interface base to %pa",
1282+
pr_warn("GIC: Adjusting CPU interface base to %pa\n",
12831283
&cpuif_res.start);
12841284
}
12851285

0 commit comments

Comments
 (0)