aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/fsp_baytrail/southcluster.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-08-25 21:11:45 +0200
committerMartin Roth <martinroth@google.com>2016-08-28 18:25:14 +0200
commit03b040b95f1a16d07b98e15c1aeef77ec7a4eca9 (patch)
treefbe6bc4cb000f74309b5012499ad62d86a4c9f26 /src/soc/intel/fsp_baytrail/southcluster.c
parenteb131f30a3c1bf56d24b1bea2bc2a77d458843ff (diff)
src/soc: Remove unnecessary whitespace before "\n" and "\t"
Change-Id: I89bc8b26f2dba4770aea14b8bbc7e657355e8c59 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16325 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/fsp_baytrail/southcluster.c')
-rw-r--r--src/soc/intel/fsp_baytrail/southcluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/fsp_baytrail/southcluster.c b/src/soc/intel/fsp_baytrail/southcluster.c
index f493d2b07d..a3f4e7f216 100644
--- a/src/soc/intel/fsp_baytrail/southcluster.c
+++ b/src/soc/intel/fsp_baytrail/southcluster.c
@@ -272,7 +272,7 @@ static void sc_pirq_init(device_t dev)
/* Set up the PIRQ PIC routing based on static config. */
printk(BIOS_SPEW, "Start writing IRQ assignments\n"
- "PIRQ\tA \tB \tC \tD \tE \tF \tG \tH\n"
+ "PIRQ\tA\tB\tC\tD\tE\tF\tG\tH\n"
"IRQ ");
for (i = 0; i < NUM_PIRQS; i++) {
write8(pr_base + i, ir->pic[i]);