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>
This commit is contained in:
committed by
Martin Roth
parent
eb131f30a3
commit
03b040b95f
@@ -281,7 +281,7 @@ static void print_gpi_status(const struct gpi_status *sts)
|
||||
|
||||
abs_bit = bit_set;
|
||||
abs_bit += group * GPIO_MAX_NUM_PER_GROUP;
|
||||
printk(BIOS_DEBUG, "%s %d \n",comm->grp_name,
|
||||
printk(BIOS_DEBUG, "%s %d\n",comm->grp_name,
|
||||
abs_bit);
|
||||
}
|
||||
}
|
||||
|
@@ -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]);
|
||||
|
@@ -212,7 +212,7 @@ static void do_jedec_init(struct sys_info *sysinfo)
|
||||
if (rank == 0)
|
||||
program_dll_config(sysinfo);
|
||||
|
||||
printk(BIOS_DEBUG, "Setting up RAM \n");
|
||||
printk(BIOS_DEBUG, "Setting up RAM\n");
|
||||
|
||||
/*
|
||||
* Wait 200us
|
||||
|
Reference in New Issue
Block a user