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@gelma.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
--