Staging: rtl8192e: rtllib_tx.c: fixed an asterisk coding style issue
authorEdgar Neukirchner <edgar.neukirchner@gmail.com>
Wed, 31 Oct 2012 14:48:58 +0000 (15:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 22:14:41 +0000 (15:14 -0700)
Fixed coding style issue

Signed-off-by: Edgar Neukirchner <edgar.neukirchner@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_tx.c

index 42900ee4825b67c0e37aae090deccc082602a568..759d7c7d78e5d582111a1dba6592d9dbc0c2c69e 100644 (file)
@@ -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_1addrhdr = (struct rtllib_hdr_1addr *)skb->data;
+       struct rtllib_hdr_1addr *hdr = (struct rtllib_hdr_1addr *)skb->data;
 
        if (rtllib_act_scanning(ieee, false))
                return;