Skip to content

Commit

Permalink
Staging: rtl8192e: rtllib_tx.c: fixed an asterisk coding style issue
Browse files Browse the repository at this point in the history
Fixed coding style issue

Signed-off-by: Edgar Neukirchner <edgar.neukirchner@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Edgar Neukirchner authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent 984a4a0 commit 4d0c8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8192e/rtllib_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4d0c8ee

Please sign in to comment.