aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arch/arm/div0.c2
-rw-r--r--src/arch/arm64/div0.c2
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");
}