summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192ee/base.h
diff options
context:
space:
mode:
authorMorgan S. Stuart2014-06-28 15:16:52 +0200
committerGreg Kroah-Hartman2014-06-29 23:34:42 +0200
commitdc894a020f75b0571a3905582244eb8c957a93b5 (patch)
tree9ce8121bda600306c0c5ed0397468d3134af4694 /drivers/staging/rtl8192ee/base.h
parentdrivers/staging/rtl8821ae/rtl8821ae/hal_btc.c: remove unnecessary null test b... (diff)
downloadkernel-qcow2-linux-dc894a020f75b0571a3905582244eb8c957a93b5.tar.gz
kernel-qcow2-linux-dc894a020f75b0571a3905582244eb8c957a93b5.tar.xz
kernel-qcow2-linux-dc894a020f75b0571a3905582244eb8c957a93b5.zip
Staging: rtl8192ee: fixed tab coding style issue in base.h
Fixes the tab error found in base.h, reported by checkpatch.pl tool Signed-off-by: Morgan Stuart <morgansstuartdev@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192ee/base.h')
-rw-r--r--drivers/staging/rtl8192ee/base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192ee/base.h b/drivers/staging/rtl8192ee/base.h
index c7929a7b02fd..1d6e5a76ce3e 100644
--- a/drivers/staging/rtl8192ee/base.h
+++ b/drivers/staging/rtl8192ee/base.h
@@ -132,13 +132,13 @@ u8 rtl92e_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb,
void rtl92e_beacon_statistic(struct ieee80211_hw *hw, struct sk_buff *skb);
void rtl92e_watch_dog_timer_callback(unsigned long data);
int rtl92e_tx_agg_start(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
- struct ieee80211_sta *sta, u16 tid, u16 *ssn);
+ struct ieee80211_sta *sta, u16 tid, u16 *ssn);
int rtl92e_tx_agg_stop(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
struct ieee80211_sta *sta, u16 tid);
int rtl92e_tx_agg_oper(struct ieee80211_hw *hw,
struct ieee80211_sta *sta, u16 tid);
int rtl92e_rx_agg_start(struct ieee80211_hw *hw,
- struct ieee80211_sta *sta, u16 tid);
+ struct ieee80211_sta *sta, u16 tid);
int rtl92e_rx_agg_stop(struct ieee80211_hw *hw,
struct ieee80211_sta *sta, u16 tid);
void rtl92e_watchdog_wq_callback(void *data);