]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Drivers:staging:rtl8192e: Fixed checkpatch warning
authorAthira Lekshmi <andnlnbn18@gmail.com>
Fri, 28 Nov 2014 12:56:13 +0000 (18:26 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2014 00:47:11 +0000 (16:47 -0800)
Fixed checkpatch warning:
WARNING: space prohibited before semicolon

Signed-off-by: Athira Lekshmi <andnlnbn18@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_rx.c

index ca76ad013f5f8246c6b60c8689f9d21aa30d61fb..cf11b042b93a55754b66bc64c65401543f37ab79 100644 (file)
@@ -2687,7 +2687,7 @@ void rtllib_rx_mgt(struct rtllib_device *ieee,
                      struct sk_buff *skb,
                      struct rtllib_rx_stats *stats)
 {
-       struct rtllib_hdr_4addr *header = (struct rtllib_hdr_4addr *)skb->data ;
+       struct rtllib_hdr_4addr *header = (struct rtllib_hdr_4addr *)skb->data;
 
        if ((WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) !=
            RTLLIB_STYPE_PROBE_RESP) &&