Staging: comedi: fix code style errors in s626.c
authorJohn Sheehan <john.d.sheehan@gmail.com>
Fri, 18 Jun 2010 17:38:01 +0000 (18:38 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Jun 2010 22:38:07 +0000 (15:38 -0700)
commitadd74595e500d0b008a48a898d0dbe99e648c64b
treef710695fa88ceb72c3767073d6a14afae86fc2e1
parent2fa5e380da8e3b34266861450c7dcd7e822fc485
Staging: comedi: fix code style errors in s626.c

A patch for s626.c to fix errors reported by
checkpatch.pl tool, namely,
-code indent should use tabs where possible
-"foo * bar" should be "foo *bar"
-trailing statements should be on next line

Signed-off-by: John Sheehan <john.d.sheehan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/s626.c