From: Gustavo Silva Date: Mon, 19 Apr 2010 06:21:10 +0000 (-0500) Subject: Staging: comedi: drivers: fix coding style issues in das08.c X-Git-Tag: v2.6.35-rc1~441^2^2~485 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ae23ce014d25af6c09bf3e82b4fd94b0cd2cb9;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed