UPSTREAM: arch/arm & arm64: Remove unnecessary whitespace before "\n"
BUG=None BRANCH=None TEST=None Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16282 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: Ibec78b25c0f330fc8517654761803e8abf203060 Reviewed-on: https://chromium-review.googlesource.com/374129 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
bb37e0ac38
commit
e1f23489f0
2 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue