From 14df1b0eebee2cfa576578d111f3dce76b364328 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 27 Dec 2018 12:41:12 +0100 Subject: superio/smsc/sch5147/acpi/superio.asl: Remove unneeded white spaces Change-Id: I8a5d937bfc1e0ff61736c19a24b03c1a8defc427 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/30458 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/superio/smsc/sch5147/acpi/superio.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/superio/smsc/sch5147/acpi/superio.asl b/src/superio/smsc/sch5147/acpi/superio.asl index d1caff1109..fb49743d63 100644 --- a/src/superio/smsc/sch5147/acpi/superio.asl +++ b/src/superio/smsc/sch5147/acpi/superio.asl @@ -122,7 +122,7 @@ Device(SUPERIO_DEV) { #ifdef SCH5147_SHOW_KBC /* we can't read back the IO resources so hardcode them */ - #define SUPERIO_KBC_LDN 7 + #define SUPERIO_KBC_LDN 7 Device (SUPERIO_ID(KBD, SUPERIO_KBC_LDN)) { Name (_HID, EisaId ("PNP0303")) Name (_UID, SUPERIO_UID(KBD, SUPERIO_KBC_LDN)) @@ -153,7 +153,7 @@ Device (SUPERIO_ID(KBD, SUPERIO_KBC_LDN)) { Name (CRS, ResourceTemplate () { FixedIO (0x0060, 0x01) FixedIO (0x0064, 0x01) - IRQNoFlags (IR0) {} + IRQNoFlags (IR0) {} }) ENTER_CONFIG_MODE (SUPERIO_KBC_LDN) PNP_READ_IRQ(PNP_IRQ0, CRS, IR0) -- cgit v1.2.3