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-3945.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-3945.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index 2c16c5c10bc5..e81577b1a253 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -486,7 +486,7 @@ static void _iwl3945_dbg_report_frame(struct iwl_priv *priv, | |||
486 | * but you can hack it to show more, if you'd like to. */ | 486 | * but you can hack it to show more, if you'd like to. */ |
487 | if (dataframe) | 487 | if (dataframe) |
488 | IWL_DEBUG_RX(priv, "%s: mhd=0x%04x, dst=0x%02x, " | 488 | IWL_DEBUG_RX(priv, "%s: mhd=0x%04x, dst=0x%02x, " |
489 | "len=%u, rssi=%d, chnl=%d, rate=%d, \n", | 489 | "len=%u, rssi=%d, chnl=%d, rate=%d,\n", |
490 | title, le16_to_cpu(fc), header->addr1[5], | 490 | title, le16_to_cpu(fc), header->addr1[5], |
491 | length, rssi, channel, rate); | 491 | length, rssi, channel, rate); |
492 | else { | 492 | else { |
@@ -998,7 +998,7 @@ static void iwl3945_nic_config(struct iwl_priv *priv) | |||
998 | IWL_DEBUG_INFO(priv, "HW Revision ID = 0x%X\n", rev_id); | 998 | IWL_DEBUG_INFO(priv, "HW Revision ID = 0x%X\n", rev_id); |
999 | 999 | ||
1000 | if (rev_id & PCI_CFG_REV_ID_BIT_RTP) | 1000 | if (rev_id & PCI_CFG_REV_ID_BIT_RTP) |
1001 | IWL_DEBUG_INFO(priv, "RTP type \n"); | 1001 | IWL_DEBUG_INFO(priv, "RTP type\n"); |
1002 | else if (rev_id & PCI_CFG_REV_ID_BIT_BASIC_SKU) { | 1002 | else if (rev_id & PCI_CFG_REV_ID_BIT_BASIC_SKU) { |
1003 | IWL_DEBUG_INFO(priv, "3945 RADIO-MB type\n"); | 1003 | IWL_DEBUG_INFO(priv, "3945 RADIO-MB type\n"); |
1004 | iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG, | 1004 | iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG, |