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:
parent
9d450b2248
commit
0f3075ea63
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue