]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
iwlagn: fix witespace damage
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Tue, 14 Dec 2010 15:38:58 +0000 (07:38 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 15 Dec 2010 22:03:55 +0000 (17:03 -0500)
patch "iwlagn: check ready in iwlagn_bss_info_changed()" introduce
whitespace, fix it

please merge with the previous patch

Reported by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn-rxon.c

index 769479eb6ea98c7b4b4a5a4c54cf8d09f5bf7b38..6d140bd5329187ed7a2d8a9b713933c00e835e80 100644 (file)
@@ -519,8 +519,8 @@ void iwlagn_bss_info_changed(struct ieee80211_hw *hw,
        mutex_lock(&priv->mutex);
 
        if (unlikely(!iwl_is_ready(priv))) {
-                IWL_DEBUG_MAC80211(priv, "leave - not ready\n");
-                mutex_unlock(&priv->mutex);
+               IWL_DEBUG_MAC80211(priv, "leave - not ready\n");
+               mutex_unlock(&priv->mutex);
                return;
         }