lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue,  5 Oct 2010 21:00:36 -0400
From:	Tracey Dent <tdent48227@...il.com>
To:	greg@...ah.com, abbotti@....co.uk, fmhess@...rs.sourceforge.net
Cc:	kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
	Tracey Dent <tdent48227@...il.com>
Subject: [PATCH 21/28] Staging: comedi: drivers: adq12b.c: Edit file so that checkpatch.pl has 0 errors and 2 warnings

Changed a lot lines that made checkpatch.pl complain. Most  warnings were
WARNING: please, no space for starting a line. The only remainig warnings are
WARNING: line over 80 characters.

Signed-off-by: Tracey Dent <tdent48227@...il.com>
---
 drivers/staging/comedi/drivers/adq12b.c |   88 +++++++++++++++---------------
 1 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/drivers/staging/comedi/drivers/adq12b.c b/drivers/staging/comedi/drivers/adq12b.c
index 4b47000..6e5f72f 100644
--- a/drivers/staging/comedi/drivers/adq12b.c
+++ b/drivers/staging/comedi/drivers/adq12b.c
@@ -1,23 +1,23 @@
 /*
-    comedi/drivers/adq12b.c
-    driver for MicroAxial ADQ12-B data acquisition and control card
+	comedi/drivers/adq12b.c
+	driver for MicroAxial ADQ12-B data acquisition and control card
 
-    COMEDI - Linux Control and Measurement Device Interface
-    Copyright (C) 2000 David A. Schleef <ds@...leef.org>
+	COMEDI - Linux Control and Measurement Device Interface
+	Copyright (C) 2000 David A. Schleef <ds@...leef.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+	This program is free software; you can redistribute it and/or modify
+	it under the terms of the GNU General Public License as published by
+	the Free Software Foundation; either version 2 of the License, or
+	(at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+	This program is distributed in the hope that it will be useful,
+	but WITHOUT ANY WARRANTY; without even the implied warranty of
+	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+	GNU General Public License for more details.
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+	You should have received a copy of the GNU General Public License
+	along with this program; if not, write to the Free Software
+	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 */
 /*
@@ -30,50 +30,50 @@ Status: works
 
 Driver for the acquisition card ADQ12-B (without any add-on).
 
- - Analog input is subdevice 0 (16 channels single-ended or 8 differential)
- - Digital input is subdevice 1 (5 channels)
- - Digital output is subdevice 1 (8 channels)
- - The PACER is not supported in this version
+- Analog input is subdevice 0 (16 channels single-ended or 8 differential)
+- Digital input is subdevice 1 (5 channels)
+- Digital output is subdevice 1 (8 channels)
+- The PACER is not supported in this version
 
 If you do not specify any options, they will default to
 
-  # comedi_config /dev/comedi0 adq12b 0x300,0,0
+	# comedi_config /dev/comedi0 adq12b 0x300,0,0
 
-  option 1: I/O base address. The following table is provided as a help
-   of the hardware jumpers.
+	option 1: I/O base address. The following table is provided as a help
+	of the hardware jumpers.
 
-	 address            jumper JADR
-	  0x300                 1 (factory default)
-	  0x320                 2
-	  0x340                 3
-	  0x360                 4
-	  0x380                 5
-	  0x3A0                 6
+	address            jumper JADR
+	 0x300                 1 (factory default)
+	 0x320                 2
+	 0x340                 3
+	 0x360                 4
+	 0x380                 5
+	 0x3A0                 6
 
-  option 2: unipolar/bipolar ADC selection: 0 -> bipolar, 1 -> unipolar
+	option 2: unipolar/bipolar ADC selection: 0 -> bipolar, 1 -> unipolar
 
 	selection         comedi_config option            JUB
 	 bipolar                0                         2-3 (factory default)
 	 unipolar               1                         1-2
 
-  option 3: single-ended/differential AI selection: 0 -> SE, 1 -> differential
+	option 3: single-ended/differential AI selection: 0 -> SE, 1 -> differential
 
 	selection         comedi_config option     JCHA    JCHB
-       single-ended             0                  1-2     1-2 (factory default)
-       differential             1                  2-3     2-3
+	 single-ended             0                  1-2     1-2 (factory default)
+	 differential             1                  2-3     2-3
 
-   written by jeremy theler <thelerg@...cnea.gov.ar>
+	written by jeremy theler <thelerg@...cnea.gov.ar>
 
-   instituto balseiro
-   comision nacional de energia atomica
-   universidad nacional de cuyo
-   argentina
+	instituto balseiro
+	comision nacional de energia atomica
+	universidad nacional de cuyo
+	argentina
 
-   21-feb-2008
-     + changed supported devices string (missused the [] and ())
+	21-feb-2008
+		+ changed supported devices string (missused the [] and ())
 
-   13-oct-2007
-     + first try
+	13-oct-2007
+		+ first try
 
 
 */
@@ -238,8 +238,8 @@ static int adq12b_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 	devpriv->unipolar = unipolar;
 	devpriv->differential = differential;
 	devpriv->digital_state = 0;
-/* initialize channel and range to -1 so we make sure we always write
-   at least once to the CTREG in the instruction */
+/*initialize channel and range to -1 so we make sure we always write
+ *at least once to the CTREG in the instruction */
 	devpriv->last_channel = -1;
 	devpriv->last_range = -1;
 
-- 
1.7.3.1.50.g1e633

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ