Staging: comedi: drivers: fix coding style issues in quatech_daqp_cs.c
authorGustavo Silva <silvagustavosilva@gmail.com>
Wed, 16 Jun 2010 06:01:07 +0000 (01:01 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Jun 2010 22:54:24 +0000 (15:54 -0700)
commit3420f6b4c1ac731e80d0911e0092705992cef14f
treee9790a319144a33e5f8b44668acca40b69186936
parent8b83e005d11bce0f9a59d9be337a285e6cc487a6
Staging: comedi: drivers: fix coding style issues in quatech_daqp_cs.c

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

ERROR: code indent should use tabs where possible    x  1
WARNING: line over 80 characters    x  1
WARNING: braces {} are not necessary for single statement blocks   x 10
WARNING: printk() should include KERN_ facility level    x  6

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