superio/{acpi,common}: Improve code formatting

Change-Id: I879ac7b558781d559a65c97fc8b914ecc4ad3f0d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39927
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2020-03-30 16:43:34 +02:00 committed by Felix Held
parent 12eef084fd
commit 45808399fc
3 changed files with 3 additions and 4 deletions

View File

@ -37,8 +37,7 @@ static void generic_ssdt(struct device *dev)
const char *name = acpi_device_name(dev); const char *name = acpi_device_name(dev);
if (!scope || !name) { if (!scope || !name) {
printk(BIOS_ERR, "%s: Missing ACPI path/scope\n", printk(BIOS_ERR, "%s: Missing ACPI path/scope\n", dev_path(dev));
dev_path(dev));
return; return;
} }