lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Sun, 18 Sep 2016 00:04:42 +0100
From:   Cathal Mullaney <chuckleberryfinn@...il.com>
To:     gregkh@...uxfoundation.org
Cc:     devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
        Cathal Mullaney <chuckleberryfinn@...il.com>
Subject: [PATCH] Staging: octeon: ethernet-rx: fixed three redundant blank line style issues

Fixed three minor coding style issues.

Signed-off-by: Cathal Mullaney <chuckleberryfinn@...il.com>
---
 drivers/staging/octeon/ethernet-rx.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/octeon/ethernet-rx.c b/drivers/staging/octeon/ethernet-rx.c
index ce1e2a3..f0900d1 100644
--- a/drivers/staging/octeon/ethernet-rx.c
+++ b/drivers/staging/octeon/ethernet-rx.c
@@ -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;
 
-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ