summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/cfg80211.c
diff options
context:
space:
mode:
authorJoe Perches2012-05-30 10:58:39 +0200
committerKalle Valo2012-06-11 15:05:42 +0200
commitf1ff32e8a8672d4d59283fb7f61f1431c2b9e434 (patch)
tree419ccd5c27fd0c88367066d4d5f2668dd8b54301 /drivers/net/wireless/ath/ath6kl/cfg80211.c
parentath6kl: separate ht cap for each band (diff)
downloadkernel-qcow2-linux-f1ff32e8a8672d4d59283fb7f61f1431c2b9e434.tar.gz
kernel-qcow2-linux-f1ff32e8a8672d4d59283fb7f61f1431c2b9e434.tar.xz
kernel-qcow2-linux-f1ff32e8a8672d4d59283fb7f61f1431c2b9e434.zip
ath6kl: Add missing newline terminations
Messages without newlines can be interleaved. Avoid this by adding terminations. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/cfg80211.c')
-rw-r--r--drivers/net/wireless/ath/ath6kl/cfg80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c
index 6f20998beceb..d2129030fd73 100644
--- a/drivers/net/wireless/ath/ath6kl/cfg80211.c
+++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c
@@ -1001,7 +1001,7 @@ static int ath6kl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev,
WMI_FRAME_PROBE_REQ,
request->ie, request->ie_len);
if (ret) {
- ath6kl_err("failed to set Probe Request appie for scan");
+ ath6kl_err("failed to set Probe Request appie for scan\n");
return ret;
}
@@ -3288,7 +3288,7 @@ static int ath6kl_cfg80211_sscan_start(struct wiphy *wiphy,
WMI_FRAME_PROBE_REQ,
request->ie, request->ie_len);
if (ret) {
- ath6kl_warn("Failed to set probe request IE for scheduled scan: %d",
+ ath6kl_warn("Failed to set probe request IE for scheduled scan: %d\n",
ret);
return ret;
}