iwlwifi: fix aggregation check indentation
authorJohannes Berg <johannes.berg@intel.com>
Wed, 18 Jul 2012 14:36:57 +0000 (16:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 26 Jul 2012 07:00:50 +0000 (09:00 +0200)
Align the code to inside the WARN_ON() as it should.

Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/dvm/tx.c

index 5971a23aa47d1218317460404ef5401f38d43547..954ac34aa3901bec84755c3bd22cb22ca694976e 100644 (file)
@@ -431,7 +431,7 @@ int iwlagn_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
                 * only. Check this here.
                 */
                if (WARN_ONCE(tid_data->agg.state != IWL_AGG_ON &&
-                   tid_data->agg.state != IWL_AGG_OFF,
+                             tid_data->agg.state != IWL_AGG_OFF,
                    "Tx while agg.state = %d", tid_data->agg.state))
                        goto drop_unlock_sta;