]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc9a82cfb02a77121e7c45f522cb1eff6122f7d38
treef710695fa88ceb72c3767073d6a14afae86fc2e1
parentaf28f724d4ee4e9c98839144992ea7b69b45ad77
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