From: Chase Southwood Date: Sun, 16 Feb 2014 08:40:06 +0000 (-0600) Subject: Staging: comedi: addi-data: fix brace-related coding style issues in hwdrv_apci035.c X-Git-Tag: v3.15-rc1~139^2~1012 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20758c5b912b47939300e7f67d6d124899caedd5;p=pandora-kernel.git Staging: comedi: addi-data: fix brace-related coding style issues in hwdrv_apci035.c This patch for hwdrv_apci035 removes some unneeded braces, and moves some improperly placed braces to the correct position, as found by checkpatch. It also removes a commented out if-statement that I found whilst cleaning braces that is identical to another un-commented if-statement directly above it, so it is just added clutter and so we can delete it to clean up further. Signed-off-by: Chase Southwood Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed