src/cpu: Remove unnecessary whitespace before "\n"

Change-Id: Iebdcc659bf2a3e738702c85ee86dbb71b504721a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16279
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Elyes HAOUAS
2016-08-23 21:41:43 +02:00
committed by Martin Roth
parent 2078e75b00
commit 7c8d74c103
7 changed files with 8 additions and 8 deletions

View File

@@ -145,7 +145,7 @@ static void nano_init(struct device *dev)
/* We didn't test this on the Nano 1000/2000 series, so warn the user */
if(c.x86_mask < MODEL_NANO_3000_B0) {
printk(BIOS_EMERG, "WARNING: This CPU has not been tested. "
"Please report any issues encountered. \n");
"Please report any issues encountered.\n");
}
switch (c.x86_mask) {
case MODEL_NANO: