From: Xenofon Foukas Date: Fri, 10 Dec 2010 19:07:25 +0000 (+0200) Subject: Staging: comedi: Fix coding style issues in ni_tiocmd.c X-Git-Tag: v2.6.38-rc1~423^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed271e049d4e0bf8c6586c9626964a01d1c62fa2;p=pandora-kernel.git Staging: comedi: Fix coding style issues in ni_tiocmd.c This patch fixes the following issues in ni_tiocmd.c: WARNING: braces {} are not necessary for any arm of this statement WARNING: braces {} are not necessary for single statement blocks WARNING: printk() should include KERN_ facility level WARNING: line over 80 characters __func__ should be used instead of gcc specific __FUNCTION__ ERROR: that open brace { should be on the previous line WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable Signed-off-by: Xenofon Foukas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed