Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81476?usp=email )
Change subject: mb/google/butterfly: Remove blank lines before '}' and after '{'
......................................................................
mb/google/butterfly: Remove blank lines before '}' and after '{'
Change-Id: I0132de745fd95b14c42e8478313893bf1707b2c3
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
---
M src/mainboard/google/butterfly/ec.c
M src/mainboard/google/butterfly/mainboard.c
2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/81476/1
diff --git a/src/mainboard/google/butterfly/ec.c b/src/mainboard/google/butterfly/ec.c
index 4e5e422..b979bf5 100644
--- a/src/mainboard/google/butterfly/ec.c
+++ b/src/mainboard/google/butterfly/ec.c
@@ -18,5 +18,4 @@
/* Disable wake on USB, LAN & RTC */
/* Enable Wake from Keyboard */
ec_mem_write(EC_EC_PSW, EC_PSW_IKB);
-
}
diff --git a/src/mainboard/google/butterfly/mainboard.c b/src/mainboard/google/butterfly/mainboard.c
index ac0f57b..7d4a9cf 100644
--- a/src/mainboard/google/butterfly/mainboard.c
+++ b/src/mainboard/google/butterfly/mainboard.c
@@ -126,7 +126,6 @@
char kbd_type = EC_KBD_EN; /* Default keyboard type is English */
if (search_length != -1) {
-
/*
* Search for keyboard_layout identifier
* The only options in the EC are Japanese or English.
--
To view, visit https://review.coreboot.org/c/coreboot/+/81476?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I0132de745fd95b14c42e8478313893bf1707b2c3
Gerrit-Change-Number: 81476
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-MessageType: newchange