diff options
author | Bruce Beare <bbeare1@gmail.com> | 2009-11-20 15:46:09 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-03 16:42:26 -0800 |
commit | 90454a28d2e825e13f4a0334e017a438e4ccfc8a (patch) | |
tree | 1619d6cd5fd2278e15b23d4fd2cb4ca829b72d53 /drivers/staging/comedi | |
parent | 60b341b778cc2929df16c0a504c91621b3c6a4ad (diff) | |
download | blackbird-obmc-linux-90454a28d2e825e13f4a0334e017a438e4ccfc8a.tar.gz blackbird-obmc-linux-90454a28d2e825e13f4a0334e017a438e4ccfc8a.zip |
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>
Diffstat (limited to 'drivers/staging/comedi')
-rw-r--r-- | drivers/staging/comedi/drivers/pcmad.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/comedi/drivers/pcmad.c b/drivers/staging/comedi/drivers/pcmad.c index acac67090810..202bfd482992 100644 --- a/drivers/staging/comedi/drivers/pcmad.c +++ b/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> |