mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Drivers:staging:rtl8192e: Fixed checkpatch warning
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>
This commit is contained in:
parent
e66f7a2752
commit
73df998683
1 changed files with 1 additions and 1 deletions
|
@ -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) &&
|
||||
|
|
Loading…
Reference in a new issue