]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: comedi: coding style identation error fix
authorJaime Arrocha <jarr@kerneldev.net>
Wed, 6 May 2015 22:13:41 +0000 (17:13 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2015 12:58:02 +0000 (14:58 +0200)
Errors found by checkpatch.pl.
ERROR: code indent should use tabs where possible
/drivers/staging/comedi/drivers/das16m1.c:49
/drivers/staging/comedi/drivers/das16m1.c:50

Signed-off-by: Jaime Arrocha <jarr@kerneldev.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das16m1.c

index 1adf6a71a9f3f00089753f829b069ca47bd82b35..a18a8878bdb8abea0a24130d55d1cf5111fa02c9 100644 (file)
@@ -46,8 +46,8 @@ list has 2 or more channels in it, then two conditions must be satisfied:
 (2) - the list must have an even number of entries.
 
 Options:
-        [0] - base io address
-        [1] - irq (optional, but you probably want it)
+       [0] - base io address
+       [1] - irq (optional, but you probably want it)
 
 irq can be omitted, although the cmd interface will not work without it.
 */