aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-09-10 10:37:15 +0200
committerMartin L Roth <gaumless@gmail.com>2023-09-11 15:57:35 +0000
commit0f3075ea6388891d3bf633843611f03f5436911f (patch)
tree9a206144d8ceefff4e8a18c036c3734c11309090 /src/southbridge/intel
parent9d450b2248aa08a009f06935e01df7f66edc1780 (diff)
sb/intel: Remove space between function name and '('
Change-Id: I2e8eb3632c93b4449f108cb690f9bfd8e1ea3776 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77767 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r--src/southbridge/intel/common/pciehp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/intel/common/pciehp.c b/src/southbridge/intel/common/pciehp.c
index db356b0cdb..b5496192b0 100644
--- a/src/southbridge/intel/common/pciehp.c
+++ b/src/southbridge/intel/common/pciehp.c
@@ -45,9 +45,9 @@ void intel_acpi_pcie_hotplug_generator(u8 *hotplug_map, int port_number)
acpigen_write_method("_RMV", 0);
/* ReturnOp */
- acpigen_emit_byte (0xa4);
+ acpigen_emit_byte(0xa4);
/* One */
- acpigen_emit_byte (0x01);
+ acpigen_emit_byte(0x01);
acpigen_pop_len();
acpigen_pop_len();
acpigen_pop_len();