aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/core/rtw_ap.c
diff options
context:
space:
mode:
authorDilek Uzulmez <dilekuzulmez@gmail.com>2015-02-22 00:12:35 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-26 13:03:11 -0800
commit6d59efcb10676aacb5dea5ccdf407532548d8176 (patch)
tree77c691811ca065bf26519c86b0c00b40f5cafca9 /drivers/staging/rtl8723au/core/rtw_ap.c
parentStaging: rtl8723au: Use put_unaligned_le16 (diff)
downloadlinux-dev-6d59efcb10676aacb5dea5ccdf407532548d8176.tar.xz
linux-dev-6d59efcb10676aacb5dea5ccdf407532548d8176.zip
Staging: rtl8723au: core: Fix quoted string split across lines
This patch fixes "quoted string split across lines warning" warning in rtw_ap.c Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723au/core/rtw_ap.c')
-rw-r--r--drivers/staging/rtl8723au/core/rtw_ap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723au/core/rtw_ap.c b/drivers/staging/rtl8723au/core/rtw_ap.c
index 7fa43528fa33..b0da82f42a55 100644
--- a/drivers/staging/rtl8723au/core/rtw_ap.c
+++ b/drivers/staging/rtl8723au/core/rtw_ap.c
@@ -1475,8 +1475,8 @@ void bss_cap_update_on_sta_join23a(struct rtw_adapter *padapter, struct sta_info
if (psta->flags & WLAN_STA_HT) {
u16 ht_capab = le16_to_cpu(psta->htpriv.ht_cap.cap_info);
- DBG_8723A("HT: STA " MAC_FMT " HT Capabilities "
- "Info: 0x%04x\n", MAC_ARG(psta->hwaddr), ht_capab);
+ DBG_8723A("HT: STA " MAC_FMT " HT Capabilities Info: 0x%04x\n",
+ MAC_ARG(psta->hwaddr), ht_capab);
if (psta->no_ht_set) {
psta->no_ht_set = 0;