diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-03-30 16:46:57 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-03-31 16:58:53 +0000 |
commit | 4c0432ae65e522be43a0c03d8a61e689eea0cc1b (patch) | |
tree | 7ee04eec218c134f525ebef7c8f899d2d36d3c19 /src/superio/smsc/sch5147 | |
parent | 03a3404d5b9c198c4ac74eb076df108149534b19 (diff) | |
download | coreboot-4c0432ae65e522be43a0c03d8a61e689eea0cc1b.tar.xz |
superio/smsc: Improve code formatting
Change-Id: Ia9a3f7795178400de39b36471f4169a9f5a3b08b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39931
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/superio/smsc/sch5147')
-rw-r--r-- | src/superio/smsc/sch5147/acpi/superio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/sch5147/acpi/superio.asl b/src/superio/smsc/sch5147/acpi/superio.asl index 15467b4c16..ff234c45a5 100644 --- a/src/superio/smsc/sch5147/acpi/superio.asl +++ b/src/superio/smsc/sch5147/acpi/superio.asl @@ -45,7 +45,7 @@ Device(SUPERIO_DEV) { Field (CREG, ByteAcc, NoLock, Preserve) { PNP_ADDR_REG, 8, - PNP_DATA_REG, 8 + PNP_DATA_REG, 8 } IndexField (PNP_ADDR_REG, PNP_DATA_REG, ByteAcc, NoLock, Preserve) { |