Browse Source

Staging: comedi: pcmad: Cleanup: code indent warning messages

use tabs instead of leading spaces

Signed-off-by: Bruce Beare <bbeare1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Bruce Beare 15 years ago
parent
commit
90454a28d2
1 changed files with 4 additions and 4 deletions
  1. 4 4
      drivers/staging/comedi/drivers/pcmad.c

+ 4 - 4
drivers/staging/comedi/drivers/pcmad.c

@@ -34,11 +34,11 @@ Configuration options:
   [0] - I/O port base
   [1] - unused
   [2] - Analog input reference
-          0 = single ended
-          1 = differential
+	  0 = single ended
+	  1 = differential
   [3] - Analog input encoding (must match jumpers)
-          0 = straight binary
-          1 = two's complement
+	  0 = straight binary
+	  1 = two's complement
 */
 
 #include <linux/interrupt.h>