diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-09-03 08:22:15 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-09-05 03:07:37 +0200 |
commit | a15dde0719be9f580038a6df32ff18fb017886bf (patch) | |
tree | 943553ff56f5311836bb65900075d9b90af9fb7d /src/superio | |
parent | 96a8b54edb2cefd3a708a8850e9370f5ce556615 (diff) | |
download | coreboot-a15dde0719be9f580038a6df32ff18fb017886bf.tar.xz |
src/superio: Improve code formatting
Change-Id: I8597d205ca84bee0171c3d45549a28b58a050529
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16433
Tested-by: build bot (Jenkins)
Reviewed-by: Antonello Dettori <dev@dettori.io>
Diffstat (limited to 'src/superio')
-rw-r--r-- | src/superio/ite/it8671f/early_serial.c | 2 | ||||
-rw-r--r-- | src/superio/renesas/m3885x/superio.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/ite/it8671f/early_serial.c b/src/superio/ite/it8671f/early_serial.c index 30eb0d0f54..12c0ea5346 100644 --- a/src/superio/ite/it8671f/early_serial.c +++ b/src/superio/ite/it8671f/early_serial.c @@ -91,7 +91,7 @@ void it8671f_enable_serial(pnp_devfn_t dev, u16 iobase) /* * Allow all devices to be enabled. Bits: FDC (0), Com1 (1), Com2 (2), - * PP (3), Reserved (4), KBCK (5), KBCM (6), Reserved (7). + * PP (3), Reserved (4), KBCK (5), KBCM (6), Reserved (7). */ it8671f_sio_write(0x00, IT8671F_CONFIG_REG_LDE, 0x6f); diff --git a/src/superio/renesas/m3885x/superio.c b/src/superio/renesas/m3885x/superio.c index fd81137982..e2082de1c6 100644 --- a/src/superio/renesas/m3885x/superio.c +++ b/src/superio/renesas/m3885x/superio.c @@ -54,7 +54,7 @@ static struct device_operations ops = { }; static struct pnp_info pnp_dev_info[] = { - { &ops, 0, 0, { 0, 0 }, } + { &ops, 0, 0, { 0, 0 }, } }; static void enable_dev(struct device *dev) |