summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/south_station
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-07-16 09:34:02 +0200
committerMartin L Roth <gaumless@tutanota.com>2022-07-17 21:42:20 +0000
commita69311d057114aa18400d07b4dfdb21aae359098 (patch)
tree24096020d103640369b35dc49250ece794465fd5 /src/mainboard/amd/south_station
parent1163d14d3e139671ac1d4b614ecfe1f5aa6e1303 (diff)
downloadcoreboot-a69311d057114aa18400d07b4dfdb21aae359098.tar.gz
coreboot-a69311d057114aa18400d07b4dfdb21aae359098.tar.bz2
coreboot-a69311d057114aa18400d07b4dfdb21aae359098.zip
mb/amd/*/irq_tables.c: Fix some white spaces issues
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ifc915e2825724fdaac67d259e1af2079893492a0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65889 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/amd/south_station')
-rw-r--r--src/mainboard/amd/south_station/irq_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/south_station/irq_tables.c b/src/mainboard/amd/south_station/irq_tables.c
index 398594f828d2..60ac2c0d3d71 100644
--- a/src/mainboard/amd/south_station/irq_tables.c
+++ b/src/mainboard/amd/south_station/irq_tables.c
@@ -43,7 +43,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);
- v = (u8 *) (addr);
+ v = (u8 *)(addr);
pirq->signature = PIRQ_SIGNATURE;
pirq->version = PIRQ_VERSION;