Commit 4d0c8ee8 authored by Edgar Neukirchner's avatar Edgar Neukirchner Committed by Greg Kroah-Hartman

Staging: rtl8192e: rtllib_tx.c: fixed an asterisk coding style issue

Fixed coding style issue
Signed-off-by: default avatarEdgar Neukirchner <edgar.neukirchner@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 984a4a03
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment