soc/intel/*/smmrelocate.c: Uniformize cosmetics

Use the same log message everywhere for consistency.

Change-Id: I9d2230bc92313269470839486f6644f16e837d7c
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50934
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/soc/intel/alderlake/smmrelocate.c b/src/soc/intel/alderlake/smmrelocate.c
index 17b4f2d..4df90fd 100644
--- a/src/soc/intel/alderlake/smmrelocate.c
+++ b/src/soc/intel/alderlake/smmrelocate.c
@@ -170,8 +170,7 @@
 	smm_region(&tseg_base, &tseg_size);
 
 	if (!IS_ALIGNED(tseg_base, tseg_size)) {
-		printk(BIOS_WARNING,
-		     "TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
+		printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
 		return;
 	}
 
diff --git a/src/soc/intel/elkhartlake/smmrelocate.c b/src/soc/intel/elkhartlake/smmrelocate.c
index 11b631b..0cc42e2 100644
--- a/src/soc/intel/elkhartlake/smmrelocate.c
+++ b/src/soc/intel/elkhartlake/smmrelocate.c
@@ -153,8 +153,7 @@
 	smm_region(&tseg_base, &tseg_size);
 
 	if (!IS_ALIGNED(tseg_base, tseg_size)) {
-		printk(BIOS_WARNING,
-		     "TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
+		printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
 		return;
 	}
 
diff --git a/src/soc/intel/icelake/smmrelocate.c b/src/soc/intel/icelake/smmrelocate.c
index bbdcb68..161229b 100644
--- a/src/soc/intel/icelake/smmrelocate.c
+++ b/src/soc/intel/icelake/smmrelocate.c
@@ -153,8 +153,7 @@
 	smm_region(&tseg_base, &tseg_size);
 
 	if (!IS_ALIGNED(tseg_base, tseg_size)) {
-		printk(BIOS_WARNING,
-		     "TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
+		printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
 		return;
 	}
 
diff --git a/src/soc/intel/jasperlake/smmrelocate.c b/src/soc/intel/jasperlake/smmrelocate.c
index bbdcb68..161229b 100644
--- a/src/soc/intel/jasperlake/smmrelocate.c
+++ b/src/soc/intel/jasperlake/smmrelocate.c
@@ -153,8 +153,7 @@
 	smm_region(&tseg_base, &tseg_size);
 
 	if (!IS_ALIGNED(tseg_base, tseg_size)) {
-		printk(BIOS_WARNING,
-		     "TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
+		printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
 		return;
 	}
 
diff --git a/src/soc/intel/tigerlake/smmrelocate.c b/src/soc/intel/tigerlake/smmrelocate.c
index e75e884..f7e4fd8 100644
--- a/src/soc/intel/tigerlake/smmrelocate.c
+++ b/src/soc/intel/tigerlake/smmrelocate.c
@@ -170,8 +170,7 @@
 	smm_region(&tseg_base, &tseg_size);
 
 	if (!IS_ALIGNED(tseg_base, tseg_size)) {
-		printk(BIOS_WARNING,
-		     "TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
+		printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
 		return;
 	}