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

No differences found