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:
committed by
Martin Roth
parent
2078e75b00
commit
7c8d74c103
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user