Staging: comedi: drivers: fix coding style issues in das08.c
authorGustavo Silva <silvagustavosilva@gmail.com>
Mon, 19 Apr 2010 06:21:10 +0000 (01:21 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:39 +0000 (11:35 -0700)
commitb4ae23ce014d25af6c09bf3e82b4fd94b0cd2cb9
tree2b68750c7c4a0cf2ac8457e84ec453f2e0097e34
parent3c0d681e7d31fe747a2cbed0a93dd92049521683
Staging: comedi: drivers: fix coding style issues in das08.c

This is a patch to the das08.c file that fixes up the following issues
found by the checkpatch.pl tool.

WARNING: line over 80 characters x 6
ERROR: code indent should use tabs where possible x 3
ERROR: spaces required around that '?' (ctx:VxV) x 4
ERROR: spaces required around that ':' (ctx:VxV) x 4
ERROR: that open brace { should be on the previous line x 1
WARNING: printk() should include KERN_ facility level x 9
WARNING: braces {} are not necessary for single statement blocks x 1
WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable x 2

Signed-off-by: Gustavo Silva <silvagustavo@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/das08.c