summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
diff options
context:
space:
mode:
authorGeorgiana Rodica Chelu2017-03-07 23:19:11 +0100
committerGreg Kroah-Hartman2017-03-09 18:18:20 +0100
commit8ad835b9bc1ae473114348495d125526e7c2a262 (patch)
treec11bd820867718ed24b64cb545acb68a7aba5116 /drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
parentstaging: rtl8192e: Remove useless type conversion (diff)
downloadkernel-qcow2-linux-8ad835b9bc1ae473114348495d125526e7c2a262.tar.gz
kernel-qcow2-linux-8ad835b9bc1ae473114348495d125526e7c2a262.tar.xz
kernel-qcow2-linux-8ad835b9bc1ae473114348495d125526e7c2a262.zip
staging: rtl8192e: Indent the code
Indent the code in order to follow the rules and to increase the readability of the code. Signed-off-by: Georgiana Rodica Chelu <georgiana.chelu93@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
index 3ca7f7d3ce2e..2310ec779f77 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
@@ -939,7 +939,7 @@ int ieee80211_rx(struct ieee80211_device *ieee, struct sk_buff *skb,
if (HTCCheck(ieee, skb->data))
{
if(net_ratelimit())
- printk("find HTCControl\n");
+ printk("find HTCControl\n");
hdrlen += 4;
rx_stats->bContainHTC = true;
}