src/southbridge: Remove unnecessary whitespace before "\n" and "\t"
Change-Id: I42cc5b8736e73728c5deec6349e8d2a814e19e83 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16281 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Omar Pakker
This commit is contained in:
committed by
Martin Roth
parent
d6e96864c9
commit
7f9df96825
@ -210,7 +210,7 @@ static void soc_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*sizeof(ir->pic[i]), ir->pic[i]);
|
||||
|
Reference in New Issue
Block a user