From: Bing Zhao Date: Wed, 2 May 2012 02:53:51 +0000 (-0700) Subject: mwifiex: fix coding style issue in mwifiex_deauthenticate X-Git-Tag: v3.5-rc1~101^2~6^2^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99e126fdc04fb567567a6ec14317fae16a7a2de1;p=pandora-kernel.git mwifiex: fix coding style issue in mwifiex_deauthenticate Documentation/CodingStyle says "Do not unnecessarily use braces where a single statement will do." Use "switch/case", instead of "if/else_if/else", so that more cases can be added later. Signed-off-by: Bing Zhao Signed-off-by: Avinash Patil Signed-off-by: John W. Linville --- Reading git-diff-tree failed