diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 17:19:58 -0400 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-04-02 15:53:54 -0400 |
commit | 91dd6c27a29f97d81d2f71651d3b6bb55a4c1788 (patch) | |
tree | a6406143c82e6bee37cf3f6e2146ba557c5fbe59 /drivers/net/wireless/iwlwifi/iwl-core.c | |
parent | b744cb79aec7d95905943c0bc64699eb02de143b (diff) |
iwlwifi: remove trailing space in messages
Includes minor improvements in debugging messages in iwl-4965.c,
function iwl4965_is_temp_calib_needed().
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Zhu Yi <yi.zhu@intel.com>
Cc: Reinette Chatre <reinette.chatre@intel.com>
Cc: Intel Linux Wireless <ilw@linux.intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.c b/drivers/net/wireless/iwlwifi/iwl-core.c index ff7f5c7b8961..f09bff823ab6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.c +++ b/drivers/net/wireless/iwlwifi/iwl-core.c | |||
@@ -1801,7 +1801,7 @@ static void iwl_ht_conf(struct iwl_priv *priv, | |||
1801 | struct iwl_ht_config *ht_conf = &priv->current_ht_config; | 1801 | struct iwl_ht_config *ht_conf = &priv->current_ht_config; |
1802 | struct ieee80211_sta *sta; | 1802 | struct ieee80211_sta *sta; |
1803 | 1803 | ||
1804 | IWL_DEBUG_MAC80211(priv, "enter: \n"); | 1804 | IWL_DEBUG_MAC80211(priv, "enter:\n"); |
1805 | 1805 | ||
1806 | if (!ht_conf->is_ht) | 1806 | if (!ht_conf->is_ht) |
1807 | return; | 1807 | return; |
@@ -2366,7 +2366,7 @@ int iwl_alloc_txq_mem(struct iwl_priv *priv) | |||
2366 | sizeof(struct iwl_tx_queue) * priv->cfg->num_of_queues, | 2366 | sizeof(struct iwl_tx_queue) * priv->cfg->num_of_queues, |
2367 | GFP_KERNEL); | 2367 | GFP_KERNEL); |
2368 | if (!priv->txq) { | 2368 | if (!priv->txq) { |
2369 | IWL_ERR(priv, "Not enough memory for txq \n"); | 2369 | IWL_ERR(priv, "Not enough memory for txq\n"); |
2370 | return -ENOMEM; | 2370 | return -ENOMEM; |
2371 | } | 2371 | } |
2372 | return 0; | 2372 | return 0; |