]> git.karo-electronics.de Git - mv-sheeva.git/commit
Staging: comedi: drivers: fix coding style issues in das16.c
authorGustavo Silva <silvagustavosilva@gmail.com>
Wed, 21 Apr 2010 05:34:35 +0000 (00:34 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:39 +0000 (11:35 -0700)
commit3c0d681e7d31fe747a2cbed0a93dd92049521683
tree7c9a6718be75036db6832c27860b32bdf7ef32d9
parentc76a326f9256e1779dc676781faf19f3a534c147
Staging: comedi: drivers: fix coding style issues in das16.c

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

WARNING: line over 80 characters x 23
ERROR: spaces required around that '?' (ctx:VxV) x 2
ERROR: spaces required around that ':' (ctx:VxV) x 2
WARNING: printk() should include KERN_ facility level x 17
WARNING: braces {} are not necessary for single statement blocks x 8

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