src/arch: Add required space before opening parenthesis '('
Change-Id: I8a44a58506d7cf5ebc9fe7ac4f2b46f9544ba61a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16287 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
cbe7464c62
commit
dbf30678ee
@@ -814,7 +814,7 @@ void acpi_create_fadt(acpi_fadt_t *fadt,acpi_facs_t *facs, void *dsdt)
|
||||
fadt->x_dsdt_l = (unsigned long)dsdt;
|
||||
fadt->x_dsdt_h = 0;
|
||||
|
||||
if(IS_ENABLED(CONFIG_SYSTEM_TYPE_LAPTOP)) {
|
||||
if (IS_ENABLED(CONFIG_SYSTEM_TYPE_LAPTOP)) {
|
||||
fadt->preferred_pm_profile = PM_MOBILE;
|
||||
} else {
|
||||
fadt->preferred_pm_profile = PM_DESKTOP;
|
||||
|
Reference in New Issue
Block a user