HAOUAS Elyes (ehaouas@noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16433
-gerrit
commit fe9a54a5d1c5a1090799cd6cb1d1431e08310341 Author: Elyes HAOUAS ehaouas@noos.fr Date: Sat Sep 3 08:22:15 2016 +0200
src/superio: Improve code formatting
Change-Id: I8597d205ca84bee0171c3d45549a28b58a050529 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- src/superio/ite/it8671f/early_serial.c | 2 +- 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 30eb0d0..12c0ea5 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 fd81137..e2082de 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)