From: Xenia Ragiadakou Date: Sat, 15 Jun 2013 04:29:02 +0000 (+0300) Subject: staging: rtl8192u: fix braces in r819xU_phy.c X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a6094c3171233f1f34ec0dfb233fb9b21e2aecf;p=pandora-kernel.git staging: rtl8192u: fix braces in r819xU_phy.c This patch fixes the brace position and the whitespace around braces. That corrects the following checkpatch errors: ERROR: that open brace { should be on the previous line ERROR: else should follow close brace '}' ERROR: space required after that close brace '}' Also, it removes completely an if(0) statement, instead of correcting its braces. Signed-off-by: Xenia Ragiadakou Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed