[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1381951492-20654-1-git-send-email-dhanunjaya.matrix@gmail.com>
Date: Thu, 17 Oct 2013 00:54:52 +0530
From: Dhanunjaya Naidu Ravada <dhanunjaya.matrix@...il.com>
To: abbotti@....co.uk, hsweeten@...ionengravers.com,
gregkh@...uxfoundation.org, wfp5p@...ginia.edu
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Dhanunjaya <dhanunjaya.matrix@...il.com>
Subject: [PATCH 1/4] Staging: comedi: fix semicolon coding style issue in ni_660x.c
From: Dhanunjaya <dhanunjaya.matrix@...il.com>
This is a patch to the ni_660x.c file that fixes up a semicolon warning
found by the checkpatch.pl tool.
Signed-off-by: Dhanunjaya Naidu Ravada <dhanunjaya.matrix@...il.com>
---
drivers/staging/comedi/drivers/ni_660x.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/ni_660x.c b/drivers/staging/comedi/drivers/ni_660x.c
index 3607336..95bb432 100644
--- a/drivers/staging/comedi/drivers/ni_660x.c
+++ b/drivers/staging/comedi/drivers/ni_660x.c
@@ -28,7 +28,7 @@
*
* Encoders work. PulseGeneration (both single pulse and pulse train)
* works. Buffered commands work for input but not output.
- *
+ *
* References:
* DAQ 660x Register-Level Programmer Manual (NI 370505A-01)
* DAQ 6601/6602 User Manual (NI 322137B-01)
@@ -1232,7 +1232,7 @@ static int ni_660x_auto_attach(struct comedi_device *dev,
s->type = COMEDI_SUBD_COUNTER;
s->subdev_flags =
SDF_READABLE | SDF_WRITABLE | SDF_LSAMPL |
- SDF_CMD_READ /* | SDF_CMD_WRITE */ ;
+ SDF_CMD_READ; /* | SDF_CMD_WRITE */
s->n_chan = 3;
s->maxdata = 0xffffffff;
s->insn_read = ni_660x_GPCT_rinsn;
--
1.8.1.2
--
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