drivers/net: Remove unnecessary semicolons

Semicolons are not necessary after switch/while/for/if braces
so remove them.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches
2011-06-03 11:51:20 +00:00
committed by David S. Miller
parent f81c622420
commit 6403eab143
23 changed files with 29 additions and 27 deletions

View File

@@ -1355,7 +1355,7 @@ static void rt2800_config_ht_opmode(struct rt2x00_dev *rt2x00dev,
gf20_rate = gf40_rate = 0x0003;
}
break;
};
}
/* check for STAs not supporting greenfield mode */
if (any_sta_nongf)