diff options
author | Pavel Sayekat <pavelsayekat@gmail.com> | 2020-02-09 10:54:54 +0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-02-09 07:45:19 +0000 |
commit | fbdd18b650c321c0cdb54862243a572e897e6d11 (patch) | |
tree | 7c70bf1850170e7784a1701236121179ee9694f0 /src/superio | |
parent | 466ca2c1adbf2fc97dd559a3b69fcf0c7fe5d472 (diff) |
superio/nuvoton/nct5539d/acpi: fix # comment in superio.asl
Change-Id: Ic2ba1f9b744014f97d318671bf86468f4d6c6469
Signed-off-by: Pavel Sayekat <pavelsayekat@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38782
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio')
-rw-r--r-- | src/superio/nuvoton/nct5539d/acpi/superio.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/nuvoton/nct5539d/acpi/superio.asl b/src/superio/nuvoton/nct5539d/acpi/superio.asl index 70a84a28a7..6f494210fc 100644 --- a/src/superio/nuvoton/nct5539d/acpi/superio.asl +++ b/src/superio/nuvoton/nct5539d/acpi/superio.asl @@ -1,5 +1,5 @@ -# SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* This file is part of the coreboot project. */ /* * Include this file into a mainboard's DSDT _SB device tree and it will |