]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: rtl8723au: core: Fix quoted string split across lines
authorDilek Uzulmez <dilekuzulmez@gmail.com>
Sat, 21 Feb 2015 22:12:35 +0000 (00:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 21:03:11 +0000 (13:03 -0800)
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>
drivers/staging/rtl8723au/core/rtw_ap.c

index 7fa43528fa337d4436a6798b99426ffe803cc5e7..b0da82f42a55375772b4107b86d5ce04133b2c64 100644 (file)
@@ -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;