diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 14:46:29 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-31 14:38:51 -0400 |
commit | 55f98938b5cea8949077c79813c4f86ef0018858 (patch) | |
tree | 41cd00bc85a26387eadd831b9770ac59d10286a4 /net/mac80211/agg-tx.c | |
parent | d28667f871991e0eea983b398421b8db2c8bdf8c (diff) |
wireless: remove trailing space in messages
Also correct indentation in net/wireless/reg.c.
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/agg-tx.c')
-rw-r--r-- | net/mac80211/agg-tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c index 5538e1b4a697..bb4ac70fc97a 100644 --- a/net/mac80211/agg-tx.c +++ b/net/mac80211/agg-tx.c | |||
@@ -414,7 +414,7 @@ static void ieee80211_agg_tx_operational(struct ieee80211_local *local, | |||
414 | struct sta_info *sta, u16 tid) | 414 | struct sta_info *sta, u16 tid) |
415 | { | 415 | { |
416 | #ifdef CONFIG_MAC80211_HT_DEBUG | 416 | #ifdef CONFIG_MAC80211_HT_DEBUG |
417 | printk(KERN_DEBUG "Aggregation is on for tid %d \n", tid); | 417 | printk(KERN_DEBUG "Aggregation is on for tid %d\n", tid); |
418 | #endif | 418 | #endif |
419 | 419 | ||
420 | spin_lock(&local->ampdu_lock); | 420 | spin_lock(&local->ampdu_lock); |
@@ -674,7 +674,7 @@ void ieee80211_process_addba_resp(struct ieee80211_local *local, | |||
674 | del_timer(&sta->ampdu_mlme.tid_tx[tid]->addba_resp_timer); | 674 | del_timer(&sta->ampdu_mlme.tid_tx[tid]->addba_resp_timer); |
675 | 675 | ||
676 | #ifdef CONFIG_MAC80211_HT_DEBUG | 676 | #ifdef CONFIG_MAC80211_HT_DEBUG |
677 | printk(KERN_DEBUG "switched off addBA timer for tid %d \n", tid); | 677 | printk(KERN_DEBUG "switched off addBA timer for tid %d\n", tid); |
678 | #endif /* CONFIG_MAC80211_HT_DEBUG */ | 678 | #endif /* CONFIG_MAC80211_HT_DEBUG */ |
679 | 679 | ||
680 | if (le16_to_cpu(mgmt->u.action.u.addba_resp.status) | 680 | if (le16_to_cpu(mgmt->u.action.u.addba_resp.status) |