Skip to content

Commit

Permalink
mac80211: add missing newline
Browse files Browse the repository at this point in the history
One HT debugging printk is missing a newline,
add it.

Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
jmberg authored and linvjw committed Apr 19, 2010
1 parent 088899c commit 67e0f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/agg-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static void sta_addba_resp_timer_expired(unsigned long data)
*state = HT_AGG_STATE_IDLE;
#ifdef CONFIG_MAC80211_HT_DEBUG
printk(KERN_DEBUG "timer expired on tid %d but we are not "
"(or no longer) expecting addBA response there",
"(or no longer) expecting addBA response there\n",
tid);
#endif
return;
Expand Down

0 comments on commit 67e0f39

Please sign in to comment.