aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
diff options
context:
space:
mode:
authorMohammed Rushad <mohammedrushad@gmail.com>2020-08-02 20:28:59 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-08-18 15:56:27 +0200
commit3996bf3abcb6bbb65a4ff869d4173712f0c572cd (patch)
tree63a34bd2718a492b23bd4e84d3d5ce5c526aa185 /drivers/staging/rtl8192e
parentstaging: rtl8723bs: replace rtw_netdev_priv define with inline function (diff)
downloadlinux-dev-3996bf3abcb6bbb65a4ff869d4173712f0c572cd.tar.xz
linux-dev-3996bf3abcb6bbb65a4ff869d4173712f0c572cd.zip
Staging: rtl8192e: fix indent coding style issue in rtllib_tx.c
This is a patch to the rtllib_tx.c file that fixes fixes an improper indent found by the checkpatch.pl tool Signed-off-by: Mohammed Rushad <mohammedrushad@gmail.com> Link: https://lore.kernel.org/r/20200802145859.14143-1-mohammedrushad@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e')
-rw-r--r--drivers/staging/rtl8192e/rtllib_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_tx.c b/drivers/staging/rtl8192e/rtllib_tx.c
index 79d7ad7c0a4a..e0d79daca24a 100644
--- a/drivers/staging/rtl8192e/rtllib_tx.c
+++ b/drivers/staging/rtl8192e/rtllib_tx.c
@@ -859,7 +859,7 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
if (ieee->seq_ctrl[0] == 0xFFF)
ieee->seq_ctrl[0] = 0;
else
- ieee->seq_ctrl[0]++;
+ ieee->seq_ctrl[0]++;
}
} else {
if (unlikely(skb->len < sizeof(struct rtllib_hdr_3addr))) {