[coreboot-gerrit] Change in coreboot[master]: src/mainboard: Remove unneeded whitespace

Patrick Georgi (Code Review) gerrit at coreboot.org
Thu Oct 18 19:18:02 CEST 2018


Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/28979 )

Change subject: src/mainboard: Remove unneeded whitespace
......................................................................

src/mainboard: Remove unneeded whitespace

Change-Id: Ibf23f49e7864c611a3cb32a91891b6023a692e1d
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
Reviewed-on: https://review.coreboot.org/28979
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Angel Pons <th3fanbus at gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi at google.com>
---
M src/mainboard/asrock/g41c-gs/variants/g41m-gs/devicetree.cb
M src/mainboard/asrock/g41c-gs/variants/g41m-s3/devicetree.cb
M src/mainboard/asrock/g41c-gs/variants/g41m-vs3-r2/devicetree.cb
M src/mainboard/google/cyan/acpi/touchscreen_elan.asl
M src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
M src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl
6 files changed, 6 insertions(+), 6 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Patrick Georgi: Looks good to me, approved
  Angel Pons: Looks good to me, but someone else must approve



diff --git a/src/mainboard/asrock/g41c-gs/variants/g41m-gs/devicetree.cb b/src/mainboard/asrock/g41c-gs/variants/g41m-gs/devicetree.cb
index f12a50b..d4708c6 100644
--- a/src/mainboard/asrock/g41c-gs/variants/g41m-gs/devicetree.cb
+++ b/src/mainboard/asrock/g41c-gs/variants/g41m-gs/devicetree.cb
@@ -104,7 +104,7 @@
 					device pnp 2e.6 off end		# SPI
 					device pnp 2e.7 off end		# GPIO6
 					device pnp 2e.8 off end		# WDT0#, PLED
-					device pnp 2e.9 on end 		# GPIO2
+					device pnp 2e.9 on end		# GPIO2
 					device pnp 2e.109 on	# GPIO3
 						irq 0xfe = 0x07
 					end
diff --git a/src/mainboard/asrock/g41c-gs/variants/g41m-s3/devicetree.cb b/src/mainboard/asrock/g41c-gs/variants/g41m-s3/devicetree.cb
index 7b16cf0..cdcadba 100644
--- a/src/mainboard/asrock/g41c-gs/variants/g41m-s3/devicetree.cb
+++ b/src/mainboard/asrock/g41c-gs/variants/g41m-s3/devicetree.cb
@@ -113,7 +113,7 @@
 					device pnp 2e.6 off end		# SPI
 					device pnp 2e.7 off end		# GPIO6
 					device pnp 2e.8 off end		# WDT0#, PLED
-					device pnp 2e.9 on end 		# GPIO2
+					device pnp 2e.9 on end		# GPIO2
 					device pnp 2e.109 on		# GPIO3
 						irq 0xfe = 0x07
 					end
diff --git a/src/mainboard/asrock/g41c-gs/variants/g41m-vs3-r2/devicetree.cb b/src/mainboard/asrock/g41c-gs/variants/g41m-vs3-r2/devicetree.cb
index 6e47ea9..4c910c5 100644
--- a/src/mainboard/asrock/g41c-gs/variants/g41m-vs3-r2/devicetree.cb
+++ b/src/mainboard/asrock/g41c-gs/variants/g41m-vs3-r2/devicetree.cb
@@ -103,7 +103,7 @@
 					device pnp 2e.6 off end		# SPI
 					device pnp 2e.7 off end		# GPIO6
 					device pnp 2e.8 off end		# WDT0#, PLED
-					device pnp 2e.9 on end 		# GPIO2
+					device pnp 2e.9 on end		# GPIO2
 					device pnp 2e.109 off end	# GPIO3
 					device pnp 2e.209 on		# GPIO4
 						irq 0xf4 = 0xb3
diff --git a/src/mainboard/google/cyan/acpi/touchscreen_elan.asl b/src/mainboard/google/cyan/acpi/touchscreen_elan.asl
index cd67a0e..1fc362e 100644
--- a/src/mainboard/google/cyan/acpi/touchscreen_elan.asl
+++ b/src/mainboard/google/cyan/acpi/touchscreen_elan.asl
@@ -36,7 +36,7 @@
 					"\\_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 15b2237..e8bc0f2 100644
--- a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
+++ b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
@@ -36,7 +36,7 @@
 					"\\_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 1b10848..421119a 100644
--- a/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl
+++ b/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl
@@ -79,7 +79,7 @@
 					"\\_SB.PCI0.I2C1",             /* ResourceSource */
 				)
 				GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,,
- 					"\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX }
+					"\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX }
 			})
 			Return (BUF0)
 		}

-- 
To view, visit https://review.coreboot.org/28979
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibf23f49e7864c611a3cb32a91891b6023a692e1d
Gerrit-Change-Number: 28979
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
Gerrit-Reviewer: Angel Pons <th3fanbus at gmail.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181018/db16d813/attachment.html>


More information about the coreboot-gerrit mailing list