Staging: comedi: drivers: fix coding style issues in pcl812.c
authorGustavo Silva <silvagustavosilva@gmail.com>
Fri, 18 Jun 2010 05:01:34 +0000 (00:01 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Jun 2010 16:16:44 +0000 (09:16 -0700)
commit3cc544df9373c7947be35f30ddee9725710994b0
tree774dd9ccf1e77399eb86196c977de298ccb251ae
parentba22a15ae8018606234b3c2c99e3ae1b922b3f60
Staging: comedi: drivers: fix coding style issues in pcl812.c

This is a patch to the pcl812.c file that fixes up the following
issues:

ERROR: code indent should use tabs where possible    x 27
WARNING: line over 80 characters    x 37
WARNING: please, no space before tabs    x 13
WARNING: braces {} are not necessary for single statement blocks   x  2
WARNING: printk() should include KERN_ facility level    x 22
WARNING: braces {} are not necessary for any arm of this statement x  5

Signed-off-by: Gustavo Silva <silvagustavo@users.sourceforge.net>
Acked-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/pcl812.c