From: Mohammed Rushad Date: Sun, 2 Aug 2020 14:58:59 +0000 (+0530) Subject: Staging: rtl8192e: fix indent coding style issue in rtllib_tx.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3996bf3abcb6bbb65a4ff869d4173712f0c572cd;p=linux.git 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 Link: https://lore.kernel.org/r/20200802145859.14143-1-mohammedrushad@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtllib_tx.c b/drivers/staging/rtl8192e/rtllib_tx.c index 79d7ad7c0a4a8..e0d79daca24ab 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))) {