From: Gulsah Kose Date: Sun, 16 Mar 2014 14:22:06 +0000 (+0200) Subject: staging: rtl8821ae: Fix unnecessary whitespace before a quoted newline X-Git-Tag: v3.15-rc1~139^2~128 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ebd68c233b1d4f9ce06df49d662bde61ffe5b312;p=karo-tx-linux.git 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 Acked-by: Paul E. McKenney Signed-off-by: Greg Kroah-Hartman --- 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;