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>
This commit is contained in:
parent
250f26c584
commit
de9c06518c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue