Skip to content

Commit

Permalink
drivers/net/wireless/ath/ath9k/ar9003_mac.c: removes unnecessary semi…
Browse files Browse the repository at this point in the history
…colon

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>
  • Loading branch information
Peter Senna Tschudin authored and John W. Linville committed Sep 11, 2012
1 parent c9e6e98 commit 28ab58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath9k/ar9003_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 28ab58b

Please sign in to comment.