From: Matthias Oefelein Date: Wed, 8 Jan 2014 22:15:09 +0000 (+0100) Subject: beeceem: Fix newline issues at opening braces of conditional statements in InterfaceRx.c X-Git-Tag: v3.14-rc1~150^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0303a830a150f800bd1af40729d4fbe4f55db8f;p=pandora-kernel.git beeceem: Fix newline issues at opening braces of conditional statements in InterfaceRx.c In InterfaceRx.c, opening braces of (if-)conditionals are mostly dislocated, meaning they are found behind an extra line break after the conditional statement. This patch moves the opening braces accordingly as specified by the official conding style guidelines. Signed-off-by: Matthias Oefelein Signed-off-by: Ralph Mueck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed