diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-02-02 18:41:32 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-04 20:16:42 +0000 |
commit | 2c079fce45e14f853bcc86a836b9b92e26555175 (patch) | |
tree | 8650b88b1d1e0b086667365cbeeeed25aad5fe77 /src/ec/compal/ene932 | |
parent | f73e49a7848ecadbabd58eb236ffe6725cf5f3df (diff) |
src/ec: Get rid of unnecessary blank line {before,after} brace
Change-Id: I9f7c4bdd9299e686c375aced221a72994ef2d6ed
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61556
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/ec/compal/ene932')
-rw-r--r-- | src/ec/compal/ene932/ec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ec/compal/ene932/ec.c b/src/ec/compal/ene932/ec.c index eb0b5ff5ad..6389383b21 100644 --- a/src/ec/compal/ene932/ec.c +++ b/src/ec/compal/ene932/ec.c @@ -113,7 +113,6 @@ static void ene932_init(struct device *dev) printk(BIOS_DEBUG, "Compal ENE932: Initializing keyboard.\n"); pc_keyboard_init(NO_AUX_DEVICE); - } static struct device_operations ops = { |