iwlwifi: mvm: rs: minor indentation fix
authorEyal Shapira <eyal@wizery.com>
Sat, 19 Sep 2015 20:54:38 +0000 (23:54 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 5 Oct 2015 11:33:29 +0000 (14:33 +0300)
Indentation was off a bit. Fix it.

Signed-off-by: Eyal Shapira <eyalx.shapira@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/iwlwifi/mvm/rs.c

index 49cf3119d3e5b220c7f8ed1d693d04dfa16afe77..2bf2a08957234a42266e79cab9221532153953f7 100644 (file)
@@ -604,8 +604,8 @@ static inline u8 rs_is_valid_ant(u8 valid_antenna, u8 ant_type)
 }
 
 static int rs_tl_turn_on_agg_for_tid(struct iwl_mvm *mvm,
-                                     struct iwl_lq_sta *lq_data, u8 tid,
-                                     struct ieee80211_sta *sta)
+                                    struct iwl_lq_sta *lq_data, u8 tid,
+                                    struct ieee80211_sta *sta)
 {
        int ret = -EAGAIN;
 
This page took 0.026904 seconds and 5 git commands to generate.