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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 23 May 2010 22:06:02 +0200
From:	Andrea Gelmini <andrea.gelmini@...ma.net>
To:	andrea.gelmini@...ma.net
Cc:	Chas Williams <chas@....nrl.navy.mil>,
	linux-atm-general@...ts.sourceforge.net, netdev@...r.kernel.org
Subject: [PATCH 186/199] drivers/atm/midway.h: Checkpatch cleanup

drivers/atm/midway.h:2: ERROR: trailing whitespace
drivers/atm/midway.h:4: ERROR: trailing whitespace
drivers/atm/midway.h:162: ERROR: space required after that ',' (ctx:VxV)
drivers/atm/midway.h:164: ERROR: space required after that ',' (ctx:VxV)
drivers/atm/midway.h:165: ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: Andrea Gelmini <andrea.gelmini@...ma.net>
---
 drivers/atm/midway.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/atm/midway.h b/drivers/atm/midway.h
index 432525a..1d29b1a 100644
--- a/drivers/atm/midway.h
+++ b/drivers/atm/midway.h
@@ -1,7 +1,7 @@
 /* drivers/atm/midway.h - Efficient Networks Midway (SAR) description */
- 
+
 /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
- 
+
 
 #ifndef DRIVERS_ATM_MIDWAY_H
 #define DRIVERS_ATM_MIDWAY_H
@@ -159,10 +159,10 @@
 #define ENI155_MAGIC	0xa54b872d
 
 struct midway_eprom {
-	unsigned char mac[MAC_LEN],inv_mac[MAC_LEN];
+	unsigned char mac[MAC_LEN], inv_mac[MAC_LEN];
 	unsigned char pad[36];
-	u32 serial,inv_serial;
-	u32 magic,inv_magic;
+	u32 serial, inv_serial;
+	u32 magic, inv_magic;
 };
 
 
-- 
1.7.1.251.gf80a2

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ