From e1f23489f0adebfd5025944618bb5b55a4591433 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 21 Aug 2016 12:14:11 +0200 Subject: [PATCH] UPSTREAM: arch/arm & arm64: Remove unnecessary whitespace before "\n" BUG=None BRANCH=None TEST=None Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/16282 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth Change-Id: Ibec78b25c0f330fc8517654761803e8abf203060 Reviewed-on: https://chromium-review.googlesource.com/374129 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/arch/arm/div0.c | 2 +- src/arch/arm64/div0.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arch/arm/div0.c b/src/arch/arm/div0.c index ce8f42aa57..afd9dad1f3 100644 --- a/src/arch/arm/div0.c +++ b/src/arch/arm/div0.c @@ -21,5 +21,5 @@ void __div0(void); // called from asm so no need for a prototype in a header /* recursion is ok here because we have no formats ... */ void __div0 (void) { - printk(BIOS_EMERG, "DIVIDE BY ZERO! continuing ... \n"); + printk(BIOS_EMERG, "DIVIDE BY ZERO! continuing ...\n"); } diff --git a/src/arch/arm64/div0.c b/src/arch/arm64/div0.c index ce8f42aa57..afd9dad1f3 100644 --- a/src/arch/arm64/div0.c +++ b/src/arch/arm64/div0.c @@ -21,5 +21,5 @@ void __div0(void); // called from asm so no need for a prototype in a header /* recursion is ok here because we have no formats ... */ void __div0 (void) { - printk(BIOS_EMERG, "DIVIDE BY ZERO! continuing ... \n"); + printk(BIOS_EMERG, "DIVIDE BY ZERO! continuing ...\n"); }