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>
This commit is contained in:
Elyes Haouas 2023-09-10 10:37:15 +02:00 committed by Martin L Roth
parent 9d450b2248
commit 0f3075ea63
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ void intel_acpi_pcie_hotplug_generator(u8 *hotplug_map, int port_number)
acpigen_write_method("_RMV", 0); acpigen_write_method("_RMV", 0);
/* ReturnOp */ /* ReturnOp */
acpigen_emit_byte (0xa4); acpigen_emit_byte(0xa4);
/* One */ /* One */
acpigen_emit_byte (0x01); acpigen_emit_byte(0x01);
acpigen_pop_len(); acpigen_pop_len();
acpigen_pop_len(); acpigen_pop_len();
acpigen_pop_len(); acpigen_pop_len();