From: Dan Carpenter Date: Tue, 10 Aug 2010 06:15:52 +0000 (+0200) Subject: Staging: rtl8192e: add curly braces to if statement X-Git-Tag: v2.6.37-rc1~60^2~3^2~769 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a8a4b75307c2ce9f893183b895b0b279621b67e;p=pandora-kernel.git Staging: rtl8192e: add curly braces to if statement In the original code there was some extra semicolons after the if statement: if (!channel_map[ieee->current_network.channel]); ^^^ >From the indenting it looked like that should be curly braces instead. Also I made some white space changes to stop checkpatch.pl from complaining. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed