Staging: comedi: drivers: fix coding style issues in pcl816.c
authorGustavo Silva <silvagustavosilva@gmail.com>
Wed, 16 Jun 2010 05:17:52 +0000 (00:17 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Jun 2010 22:54:24 +0000 (15:54 -0700)
commit4c68fb42c2a39b89daca2b7175eb93ffe6860da4
treef2df8f0d8212dd969af003cdddcb504d096f3e49
parent8f4e80af3aa509902bd2319c3b5512580f64868f
Staging: comedi: drivers: fix coding style issues in pcl816.c

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

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

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