Staging: rtl8192e: rtllib_tx: fixed multiple blank lines
authorAaron Lawrence <t4rmin@zohomail.com>
Mon, 24 Oct 2022 12:26:07 +0000 (19:26 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2022 17:23:35 +0000 (19:23 +0200)
Multiple blank lines are condensed into a single blank line as per
the Linux kernel coding-style regulations. The issues were flagged
by the checkpatch script.

Signed-off-by: Aaron Lawrence <t4rmin@zohomail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/a3e044ff9e5b198af15ebc8b91fd048743881340.1666612946.git.t4rmin@zohomail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_tx.c

index e307020..abb5b57 100644 (file)
@@ -191,7 +191,6 @@ int rtllib_encrypt_fragment(struct rtllib_device *ieee, struct sk_buff *frag,
        return 0;
 }
 
-
 void rtllib_txb_free(struct rtllib_txb *txb)
 {
        if (unlikely(!txb))
@@ -475,7 +474,6 @@ NO_PROTECTION:
        tcb_desc->bRTSBW        = false;
 }
 
-
 static void rtllib_txrate_selectmode(struct rtllib_device *ieee,
                                     struct cb_desc *tcb_desc)
 {
@@ -582,7 +580,6 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
                goto success;
        }
 
-
        if (likely(ieee->raw_tx == 0)) {
                if (unlikely(skb->len < SNAP_SIZE + sizeof(u16))) {
                        netdev_warn(ieee->dev, "skb too small (%d).\n",
@@ -895,7 +892,6 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
                                tcb_desc->bTxDisableRateFallBack = 1;
                        }
 
-
                        tcb_desc->RATRIndex = 7;
                        tcb_desc->bTxUseDriverAssingedRate = 1;
                } else {
@@ -920,7 +916,6 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
                                        tcb_desc->bTxDisableRateFallBack = 1;
                                }
 
-
                                tcb_desc->RATRIndex = 7;
                                tcb_desc->bTxUseDriverAssingedRate = 1;
                                tcb_desc->bdhcp = 1;