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
orang tua f81c622420
melakukan 6403eab143
23 mengubah file dengan 29 tambahan dan 27 penghapusan

Melihat 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)