Staging: rtl8192e: fix indent coding style issue in rtllib_tx.c
authorMohammed Rushad <mohammedrushad@gmail.com>
Sun, 2 Aug 2020 14:58:59 +0000 (20:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 13:56:27 +0000 (15:56 +0200)
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>
drivers/staging/rtl8192e/rtllib_tx.c

index 79d7ad7..e0d79da 100644 (file)
@@ -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))) {