diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-08-21 12:01:04 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-08-23 15:43:27 +0200 |
commit | 38424987c6d19015e4572d5371a0f9f621fc46fa (patch) | |
tree | 443fa79300e0fba4f4b66fecb04bbf7d29af1db8 /src/northbridge/via | |
parent | ccf78f083cd2811c401db08b002b2b3c5273db26 (diff) |
src/northbridge: Remove unnecessary whitespace before "\n" and "\t"
Change-Id: I6a533667c7c8ff5ec6ab9d4e1cfc51e993a90084
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16280
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
Diffstat (limited to 'src/northbridge/via')
-rw-r--r-- | src/northbridge/via/vx900/northbridge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/via/vx900/northbridge.c b/src/northbridge/via/vx900/northbridge.c index 32bb539812..a4a8ecec48 100644 --- a/src/northbridge/via/vx900/northbridge.c +++ b/src/northbridge/via/vx900/northbridge.c @@ -82,8 +82,8 @@ static void killme_debug_4g_remap_reg(u32 reg32) u64 remapend = (reg32 >> 14) & 0x3ff; remapstart <<= 26; remapend <<= 26; - printk(BIOS_DEBUG, "Remapstart %lld(MB) \n", remapstart >> 20); - printk(BIOS_DEBUG, "Remapend %lld(MB) \n", remapend >> 20); + printk(BIOS_DEBUG, "Remapstart %lld(MB)\n", remapstart >> 20); + printk(BIOS_DEBUG, "Remapend %lld(MB)\n", remapend >> 20); } /** |