summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Needes <mneedes@gmail.com>2015-05-25 16:41:21 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-31 10:07:18 +0900
commitd0e2f8f0bea40becbbdea3e53b7bf4ab5f64dc10 (patch)
tree6bb5070ca42f5fbb40df79a212335f7c71080c0d
parent8b4e7da516aa52f2b8dcff1939073beacf63788a (diff)
downloadop-kernel-dev-d0e2f8f0bea40becbbdea3e53b7bf4ab5f64dc10.zip
op-kernel-dev-d0e2f8f0bea40becbbdea3e53b7bf4ab5f64dc10.tar.gz
staging: comedi/drivers/pcl.* coding style fixes
pcl812.c (resend of earlier patch) Fixed lines exceeding 80 columns, correcting some spelling in process Signed-off-by: Matthew Needes <mneedes@gmail.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/comedi/drivers/pcl812.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/comedi/drivers/pcl812.c b/drivers/staging/comedi/drivers/pcl812.c
index 7474ef9..48f6cdf 100644
--- a/drivers/staging/comedi/drivers/pcl812.c
+++ b/drivers/staging/comedi/drivers/pcl812.c
@@ -507,11 +507,11 @@ static const struct pcl812_board boardtypes[] = {
struct pcl812_private {
struct comedi_isadma *dma;
- unsigned char range_correction; /* =1 we must add 1 to range number */
+ unsigned char range_correction; /* =1 we must add 1 to range number */
unsigned int last_ai_chanspec;
- unsigned char mode_reg_int; /* there is stored INT number for some card */
- unsigned int ai_poll_ptr; /* how many sampes transfer poll */
- unsigned int max_812_ai_mode0_rangewait; /* setling time for gain */
+ unsigned char mode_reg_int; /* stored INT number for some cards */
+ unsigned int ai_poll_ptr; /* how many samples transfer poll */
+ unsigned int max_812_ai_mode0_rangewait; /* settling time for gain */
unsigned int use_diff:1;
unsigned int use_mpc508:1;
unsigned int use_ext_trg:1;
OpenPOWER on IntegriCloud