staging: rtl8821ae: Fix unnecessary whitespace before a quoted newline
authorGulsah Kose <gulsah.1004@gmail.com>
Sun, 16 Mar 2014 14:22:06 +0000 (16:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Mar 2014 18:20:40 +0000 (11:20 -0700)
Fix checkpatch.pl issues with unnecessary whitespace before a quoted
newline in base.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/base.c

index 50a10bc364efb27123dc7b13164e7511004bd0f5..9273721276129abf983bbe74dd04c63d31173fa9 100644 (file)
@@ -862,7 +862,7 @@ bool rtl_action_proc(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx)
                        RT_TRACE((COMP_SEND | COMP_RECV), DBG_DMESG,
                                 ("%s ACT_ADDBAREQ From :%pM\n",
                                  is_tx ? "Tx" : "Rx", hdr->addr2));
-                       RT_PRINT_DATA(rtlpriv, COMP_INIT, DBG_DMESG, ("req \n"),
+                       RT_PRINT_DATA(rtlpriv, COMP_INIT, DBG_DMESG, ("req\n"),
                        skb->data, skb->len);
                        if (!is_tx) {
                                struct ieee80211_sta *sta = NULL;
This page took 0.026644 seconds and 5 git commands to generate.