aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
diff options
context:
space:
mode:
authorRene Hickersberger <Rene.Hickersberger@gmx.at>2018-03-27 18:14:37 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-29 11:54:38 +0200
commitde9c06518cf1601a51ea561b9d8406f79475b4fc (patch)
treec44ac0f61a8e499197aa0b127db2dcf0e9a2770d /drivers/staging/rtl8192e
parentstaging: r8822be: fix typos in header guard macros (diff)
downloadlinux-dev-de9c06518cf1601a51ea561b9d8406f79475b4fc.tar.xz
linux-dev-de9c06518cf1601a51ea561b9d8406f79475b4fc.zip
drivers: staging: rtl8192e: fixed a space coding style issue
There was a weird space before the struct which is now removed. Signed-off-by: Rene Hickersberger <Rene.Hickersberger@gmx.at> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e')
-rw-r--r--drivers/staging/rtl8192e/rtl819x_BAProc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_BAProc.c b/drivers/staging/rtl8192e/rtl819x_BAProc.c
index eb6d841f7c45..c466a5e7e3bd 100644
--- a/drivers/staging/rtl8192e/rtl819x_BAProc.c
+++ b/drivers/staging/rtl8192e/rtl819x_BAProc.c
@@ -76,7 +76,7 @@ static struct sk_buff *rtllib_ADDBA(struct rtllib_device *ieee, u8 *Dst,
u16 StatusCode, u8 type)
{
struct sk_buff *skb = NULL;
- struct rtllib_hdr_3addr *BAReq = NULL;
+ struct rtllib_hdr_3addr *BAReq = NULL;
u8 *tag = NULL;
u16 len = ieee->tx_headroom + 9;