aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iwave/iWRainbowG6
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-08-21 12:19:25 +0200
committerMartin Roth <martinroth@google.com>2016-08-23 15:46:03 +0200
commite53e488cf118ce4842fc31fbf38529f22053333c (patch)
tree6d12329b9b85ce3640959175ee36d38cd15c95bd /src/mainboard/iwave/iWRainbowG6
parent0638b60590731a9cf3b1200ec6a1bc185085eb6c (diff)
src/mainboard: Remove unnecessary whitespace before "\n"
Change-Id: I9789b0b3339435fbe30c69221826bf23c9b3c77b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16283 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/iwave/iWRainbowG6')
-rw-r--r--src/mainboard/iwave/iWRainbowG6/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iwave/iWRainbowG6/romstage.c b/src/mainboard/iwave/iWRainbowG6/romstage.c
index a6c5a715c3..9750d082b3 100644
--- a/src/mainboard/iwave/iWRainbowG6/romstage.c
+++ b/src/mainboard/iwave/iWRainbowG6/romstage.c
@@ -259,7 +259,7 @@ int selectcard(void)
{
int i;
- printk(BIOS_DEBUG, "%s", "\r\nCase 9....... \n\r");
+ printk(BIOS_DEBUG, "%s", "\r\nCase 9.......\r\n");
// send the length byte and command code through RFID interface
transaction1(RFID_ADDR);