]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: octeon: ethernet-rx: fixed three redundant blank line style issues
authorCathal Mullaney <chuckleberryfinn@gmail.com>
Sat, 17 Sep 2016 23:04:42 +0000 (00:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Sep 2016 07:13:35 +0000 (09:13 +0200)
Fixed three minor coding style issues.

Signed-off-by: Cathal Mullaney <chuckleberryfinn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet-rx.c

index ce1e2a321abb7338b58601c8be61069c8deeabe2..f0900d1c4d7b5fe63a04a917b60b37d0dba923b5 100644 (file)
@@ -450,12 +450,10 @@ void cvm_oct_poll_controller(struct net_device *dev)
                return;
 
        for (i = 0; i < ARRAY_SIZE(oct_rx_group); i++) {
-
                if (!(pow_receive_groups & BIT(i)))
                        continue;
 
                cvm_oct_poll(&oct_rx_group[i], 16);
-
        }
 }
 #endif
@@ -537,7 +535,6 @@ void cvm_oct_rx_shutdown(void)
        int i;
 
        for (i = 0; i < ARRAY_SIZE(oct_rx_group); i++) {
-
                if (!(pow_receive_groups & BIT(i)))
                        continue;