aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nsc/pc87417/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nsc/pc87417/superio.c')
-rw-r--r--src/superio/nsc/pc87417/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/nsc/pc87417/superio.c b/src/superio/nsc/pc87417/superio.c
index c8616f665d..bf33d69fb1 100644
--- a/src/superio/nsc/pc87417/superio.c
+++ b/src/superio/nsc/pc87417/superio.c
@@ -29,7 +29,7 @@ static void init(struct device *dev)
if (!dev->enabled)
return;
- switch(dev->path.pnp.device) {
+ switch (dev->path.pnp.device) {
case PC87417_KBCK:
pc_keyboard_init(NO_AUX_DEVICE);
break;