drivers/net/wireless/ath/ath9k/ar9003_mac.c: removes unnecessary semicolon
authorPeter Senna Tschudin <peter.senna@gmail.com>
Fri, 7 Sep 2012 15:24:41 +0000 (17:24 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 11 Sep 2012 19:13:54 +0000 (15:13 -0400)
removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ar9003_mac.c

index 78816b8..5d55724 100644 (file)
@@ -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)