]> git.karo-electronics.de Git - mv-sheeva.git/commit
Staging: rtl8192e: add curly braces to if statement
authorDan Carpenter <error27@gmail.com>
Tue, 10 Aug 2010 06:15:52 +0000 (08:15 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 31 Aug 2010 21:48:08 +0000 (14:48 -0700)
commit2a8a4b75307c2ce9f893183b895b0b279621b67e
tree0f1f1c9ea068abff24d9f0565876abb57a4f3528
parentf22f99e101c078101db200f329c1ebdcf59e0da9
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 <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c