summaryrefslogtreecommitdiff
path: root/src/superio/renesas/m3885x
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-09-03 08:22:15 +0200
committerMartin Roth <martinroth@google.com>2016-09-05 03:07:37 +0200
commita15dde0719be9f580038a6df32ff18fb017886bf (patch)
tree943553ff56f5311836bb65900075d9b90af9fb7d /src/superio/renesas/m3885x
parent96a8b54edb2cefd3a708a8850e9370f5ce556615 (diff)
downloadcoreboot-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/renesas/m3885x')
-rw-r--r--src/superio/renesas/m3885x/superio.c2
1 files changed, 1 insertions, 1 deletions
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)