Staging: Comedi: amplc_dio200: Fixed bracing issue
authorJake Champlin <jake.champlin.27@gmail.com>
Sat, 19 Jan 2013 01:23:36 +0000 (20:23 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Jan 2013 01:40:18 +0000 (17:40 -0800)
Fixed coding style error

Signed-off-by: Jake Champlin <jake.champlin.27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_dio200.c

index 5f309ba88a1afa0a0ae4130902f76c868bd43f3b..b09269d1902a53cb839dbacc0aeeb3cb43b64967 100644 (file)
@@ -1977,8 +1977,7 @@ static int dio200_auto_attach(struct comedi_device *dev,
                devpriv->io.u.iobase = (unsigned long)base;
                devpriv->io.regtype = io_regtype;
        }
-       switch (thisboard->model)
-       {
+       switch (thisboard->model) {
        case pcie215_model:
        case pcie236_model:
        case pcie296_model: