From: Peter Senna Tschudin Date: Fri, 7 Sep 2012 15:24:41 +0000 (+0200) Subject: drivers/net/wireless/ath/ath9k/ar9003_mac.c: removes unnecessary semicolon X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=28ab58bd6a80408af79999492c8a28c8910ef62e;p=linux-beck.git drivers/net/wireless/ath/ath9k/ar9003_mac.c: removes unnecessary semicolon removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/ar9003_mac.c b/drivers/net/wireless/ath/ath9k/ar9003_mac.c index 78816b8b2173..5d55724ca4fe 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_mac.c +++ b/drivers/net/wireless/ath/ath9k/ar9003_mac.c @@ -531,7 +531,7 @@ int ath9k_hw_process_rxdesc_edma(struct ath_hw *ah, struct ath_rx_status *rxs, rxs->rs_status |= ATH9K_RXERR_PHY; rxs->rs_phyerr = phyerr; } - }; + } } if (rxsp->status11 & AR_KeyMiss)