[PATCH 2/2] Staging: comedi: fix brace coding and whitespace issue in ni_atmio.c

From: JAke Burton
Date: Sat Oct 08 2011 - 16:04:40 EST


---
drivers/staging/comedi/drivers/ni_atmio.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/comedi/drivers/ni_atmio.c b/drivers/staging/comedi/drivers/ni_atmio.c
index e6c6c72..91e270a 100644
--- a/drivers/staging/comedi/drivers/ni_atmio.c
+++ b/drivers/staging/comedi/drivers/ni_atmio.c
@@ -279,7 +279,9 @@ static const int ni_irqpin[] = {

struct ni_private {
struct pnp_dev *isapnp_dev;
-NI_PRIVATE_COMMON};
+ NI_PRIVATE_COMMON
+};
+
#define devpriv ((struct ni_private *)dev->private)

/* How we access registers */
--
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/