git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a4ffa4
)
mwifiex: fix coding style issue in mwifiex_deauthenticate
author
Bing Zhao
<bzhao@marvell.com>
Wed, 2 May 2012 02:53:51 +0000
(19:53 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 15 May 2012 21:27:27 +0000
(17:27 -0400)
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 <bzhao@marvell.com>
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found