浏览代码

mac80211: remove doubled semicolon

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Johannes Berg 10 年之前
父节点
当前提交
5e06a9e8b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/mac80211/status.c

+ 1 - 1
net/mac80211/status.c

@@ -730,7 +730,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb)
 	struct ieee80211_bar *bar;
 	struct ieee80211_bar *bar;
 	int rtap_len;
 	int rtap_len;
 	int shift = 0;
 	int shift = 0;
-	int tid = IEEE80211_NUM_TIDS;;
+	int tid = IEEE80211_NUM_TIDS;
 
 
 	rates_idx = ieee80211_tx_get_rates(hw, info, &retry_count);
 	rates_idx = ieee80211_tx_get_rates(hw, info, &retry_count);