From 967b84d5ea78886f0f076c19f998650fcb94288e Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 9 Oct 2018 22:33:11 +0200 Subject: src/mainboard: Remove unneeded whitespace Change-Id: Ibf23f49e7864c611a3cb32a91891b6023a692e1d Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/28979 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Patrick Georgi --- src/mainboard/google/cyan/acpi/touchscreen_elan.asl | 2 +- src/mainboard/google/cyan/acpi/touchscreen_melfas.asl | 2 +- src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/google/cyan/acpi') diff --git a/src/mainboard/google/cyan/acpi/touchscreen_elan.asl b/src/mainboard/google/cyan/acpi/touchscreen_elan.asl index cd67a0e5a6..1fc362ef85 100644 --- a/src/mainboard/google/cyan/acpi/touchscreen_elan.asl +++ b/src/mainboard/google/cyan/acpi/touchscreen_elan.asl @@ -36,7 +36,7 @@ Scope (\_SB.PCI0.I2C1) "\\_SB.PCI0.I2C1", /* ResourceSource */ ) GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,, - "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } + "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } } ) Return (BUF0) diff --git a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl index 15b2237fb1..e8bc0f290c 100644 --- a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl +++ b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl @@ -36,7 +36,7 @@ Scope (\_SB.PCI0.I2C1) "\\_SB.PCI0.I2C1", /* ResourceSource */ ) GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,, - "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } + "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } }) Return (BUF0) } diff --git a/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl b/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl index 1b10848e78..421119a129 100644 --- a/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl +++ b/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl @@ -79,7 +79,7 @@ Scope (\_SB.PCI0.I2C1) "\\_SB.PCI0.I2C1", /* ResourceSource */ ) GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,, - "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } + "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } }) Return (BUF0) } -- cgit v1.2.3