[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130125185404.GA7672@gmail.com>
Date: Fri, 25 Jan 2013 13:54:08 -0500
From: Jake Champlin <jake.champlin.27@...il.com>
To: abbotti@....co.uk
Cc: fmhess@...rs.sourceforge.net, gregkh@...uxfoundation.org,
hsweeten@...ionengravers.com, wfp5p@...ginia.edu,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
jake.champlin.27@...il.com
Subject: [PATCH] Staging: Comedi: amplc_dio200: Fixed Bracing Issue
Fixed Bracing Issue flagged by checkpatch.pl
Signed-off-by: Jake Champlin <jake.champlin.27@...il.com>
---
drivers/staging/comedi/drivers/amplc_dio200.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/amplc_dio200.c b/drivers/staging/comedi/drivers/amplc_dio200.c
index 5f309ba..b09269d 100644
--- a/drivers/staging/comedi/drivers/amplc_dio200.c
+++ b/drivers/staging/comedi/drivers/amplc_dio200.c
@@ -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:
--
1.8.1.1
--
Jake Champlin
jake.champlin.27@...il.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists