diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-03-30 16:43:34 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-03-31 17:01:45 +0000 |
commit | 45808399fc04e7c623af6ee1e7c7686fab09e790 (patch) | |
tree | 8fd75429bb27bd585bf11497321bf46bf60d8bbc /src/superio/common | |
parent | 12eef084fda2d02a2ad364ba80dfe5f2cf407d85 (diff) |
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>
Diffstat (limited to 'src/superio/common')
-rw-r--r-- | src/superio/common/generic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/superio/common/generic.c b/src/superio/common/generic.c index de781999bf..809f8866ca 100644 --- a/src/superio/common/generic.c +++ b/src/superio/common/generic.c @@ -37,8 +37,7 @@ static void generic_ssdt(struct device *dev) const char *name = acpi_device_name(dev); if (!scope || !name) { - printk(BIOS_ERR, "%s: Missing ACPI path/scope\n", - dev_path(dev)); + printk(BIOS_ERR, "%s: Missing ACPI path/scope\n", dev_path(dev)); return; } |