From 20758c5b912b47939300e7f67d6d124899caedd5 Mon Sep 17 00:00:00 2001 From: Chase Southwood Date: Sun, 16 Feb 2014 02:40:06 -0600 Subject: [PATCH] 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-format-patch failed