瀏覽代碼

Fix a grammar error (redundant "be") in comment

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Adam Buchbinder 16 年之前
父節點
當前提交
303863f43f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/wireless/zd1211rw/zd_mac.c

+ 1 - 1
drivers/net/wireless/zd1211rw/zd_mac.c

@@ -374,7 +374,7 @@ static void zd_mac_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb,
  * zd_mac_tx_failed - callback for failed frames
  * zd_mac_tx_failed - callback for failed frames
  * @dev: the mac80211 wireless device
  * @dev: the mac80211 wireless device
  *
  *
- * This function is called if a frame couldn't be successfully be
+ * This function is called if a frame couldn't be successfully
  * transferred. The first frame from the tx queue, will be selected and
  * transferred. The first frame from the tx queue, will be selected and
  * reported as error to the upper layers.
  * reported as error to the upper layers.
  */
  */