summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8821ae
diff options
context:
space:
mode:
authorGulsah Kose2014-03-16 15:22:06 +0100
committerGreg Kroah-Hartman2014-03-18 19:20:40 +0100
commitebd68c233b1d4f9ce06df49d662bde61ffe5b312 (patch)
tree3824f39438af76320520901047f1c6b893f45e3b /drivers/staging/rtl8821ae
parentstaging: rtl8821ae: Fix code indent should use tabs where possible (diff)
downloadkernel-qcow2-linux-ebd68c233b1d4f9ce06df49d662bde61ffe5b312.tar.gz
kernel-qcow2-linux-ebd68c233b1d4f9ce06df49d662bde61ffe5b312.tar.xz
kernel-qcow2-linux-ebd68c233b1d4f9ce06df49d662bde61ffe5b312.zip
staging: rtl8821ae: Fix unnecessary whitespace before a quoted newline
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>
Diffstat (limited to 'drivers/staging/rtl8821ae')
-rw-r--r--drivers/staging/rtl8821ae/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8821ae/base.c b/drivers/staging/rtl8821ae/base.c
index 50a10bc364ef..927372127612 100644
--- a/drivers/staging/rtl8821ae/base.c
+++ b/drivers/staging/rtl8821ae/base.c
@@ -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;