forked from Minki/linux
Staging: rtl8192e: rtllib_tx.c: fixed an asterisk coding style issue
Fixed coding style issue Signed-off-by: Edgar Neukirchner <edgar.neukirchner@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
984a4a0378
commit
4d0c8ee859
@ -287,7 +287,7 @@ static void rtllib_tx_query_agg_cap(struct rtllib_device *ieee,
|
||||
{
|
||||
struct rt_hi_throughput *pHTInfo = ieee->pHTInfo;
|
||||
struct tx_ts_record *pTxTs = NULL;
|
||||
struct rtllib_hdr_1addr* hdr = (struct rtllib_hdr_1addr *)skb->data;
|
||||
struct rtllib_hdr_1addr *hdr = (struct rtllib_hdr_1addr *)skb->data;
|
||||
|
||||
if (rtllib_act_scanning(ieee, false))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user