diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 19:46:30 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-08 21:20:44 +0200 |
commit | 60ece4047e4870c7be28dcf661162d8312c161e7 (patch) | |
tree | 839990fa67fe451a2b5a6afb0997daaee1714799 /drivers/net/wireless/ath/ath9k/gpio.c | |
parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... (diff) | |
download | linux-60ece4047e4870c7be28dcf661162d8312c161e7.tar.xz linux-60ece4047e4870c7be28dcf661162d8312c161e7.zip |
wireless/ath: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/gpio.c b/drivers/net/wireless/ath/ath9k/gpio.c index 1e4578d303dd..0ee75e79fe35 100644 --- a/drivers/net/wireless/ath/ath9k/gpio.c +++ b/drivers/net/wireless/ath/ath9k/gpio.c @@ -359,7 +359,7 @@ static void ath_btcoex_no_stomp_timer(void *arg) bool is_btscan = sc->sc_flags & SC_OP_BT_SCAN; ath_print(ath9k_hw_common(ah), ATH_DBG_BTCOEX, - "no stomp timer running \n"); + "no stomp timer running\n"); spin_lock_bh(&btcoex->btcoex_lock); |