diff options
| author | Gulsah Kose <gulsah.1004@gmail.com> | 2014-03-16 16:40:07 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-18 11:21:28 -0700 |
| commit | 80dbca3788d49a93cd967cafe61343e74a0de7b8 (patch) | |
| tree | 781239fc6a7bc22e0d34baf7e8561118923fb8c8 | |
| parent | ebd68c233b1d4f9ce06df49d662bde61ffe5b312 (diff) | |
staging: rtl8821ae: Fix do not use C99 // comments
Fix checkpatch.pl issues with do not use C99 // comments in base.c
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/rtl8821ae/base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8821ae/base.c b/drivers/staging/rtl8821ae/base.c index 927372127612..75b0be888107 100644 --- a/drivers/staging/rtl8821ae/base.c +++ b/drivers/staging/rtl8821ae/base.c @@ -809,7 +809,7 @@ void rtl_get_tcb_desc(struct ieee80211_hw *hw, tcb_desc->b_packet_bw = false; } } -//EXPORT_SYMBOL(rtl_get_tcb_desc); +/* EXPORT_SYMBOL(rtl_get_tcb_desc); */ bool rtl_tx_mgmt_proc(struct ieee80211_hw *hw, struct sk_buff *skb) { @@ -1499,7 +1499,7 @@ int rtl_send_smps_action(struct ieee80211_hw *hw, err_free: return 0; } -//EXPORT_SYMBOL(rtl_send_smps_action); +/* EXPORT_SYMBOL(rtl_send_smps_action); */ /* because mac80211 have issues when can receive del ba * so here we just make a fake del_ba if we receive a ba_req |
