summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-07-16 09:53:05 +0200
committerMartin L Roth <gaumless@tutanota.com>2022-07-17 22:03:37 +0000
commit55d0f40734e64e38c1a46b96266daf468c5efad6 (patch)
tree9848a1b1ab916e30d296e9811b8ec3af986b2c33 /src/soc/amd/picasso
parentab304bc091b793b52cd5a8d1255e6e144727451a (diff)
downloadcoreboot-55d0f40734e64e38c1a46b96266daf468c5efad6.tar.gz
coreboot-55d0f40734e64e38c1a46b96266daf468c5efad6.tar.bz2
coreboot-55d0f40734e64e38c1a46b96266daf468c5efad6.zip
soc/amd: Fix some white spaces issues
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ibe20d48bdd8c776f9658620a13814f96e564dabc Reviewed-on: https://review.coreboot.org/c/coreboot/+/65907 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r--src/soc/amd/picasso/agesa_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/agesa_acpi.c b/src/soc/amd/picasso/agesa_acpi.c
index db95b92f5a97..e4a9b1421c8e 100644
--- a/src/soc/amd/picasso/agesa_acpi.c
+++ b/src/soc/amd/picasso/agesa_acpi.c
@@ -558,7 +558,7 @@ uintptr_t agesa_write_acpi_tables(const struct device *device, uintptr_t current
/* IVRS */
current = ALIGN(current, 8);
- ivrs = (acpi_ivrs_t *) current;
+ ivrs = (acpi_ivrs_t *)current;
acpi_create_ivrs(ivrs, acpi_fill_ivrs);
current += ivrs->header.length;
acpi_add_table(rsdp, ivrs);