From 0f3075ea6388891d3bf633843611f03f5436911f Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 10 Sep 2023 10:37:15 +0200 Subject: [PATCH] sb/intel: Remove space between function name and '(' Change-Id: I2e8eb3632c93b4449f108cb690f9bfd8e1ea3776 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/77767 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/southbridge/intel/common/pciehp.c | 4 ++-- 1 file 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();