]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: octeon: Remove multiple blank lines
authorLaura Garcia Liebana <nevola@gmail.com>
Sat, 27 Feb 2016 23:46:29 +0000 (00:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Mar 2016 06:09:09 +0000 (22:09 -0800)
Avoid the use of multiple blank lines. Checkpatch detected these issues.

Signed-off-by: Laura Garcia Liebana <nevola@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet-tx.c

index f085491bdc88972560aefee6d5f1135d5520680b..aecf1a06852141b76816e51b14f978d2d3da860a 100644 (file)
@@ -99,8 +99,6 @@ static void cvm_oct_free_tx_skbs(struct net_device *dev)
                                                       MAX_SKB_TO_FREE);
                skb_to_free = cvm_oct_adjust_skb_to_free(skb_to_free,
                                                         priv->fau + qos * 4);
-
-
                total_freed += skb_to_free;
                if (skb_to_free > 0) {
                        struct sk_buff *to_free_list = NULL;