* [PATCH] staging: et131x: et1310_address_map.h Brace and space fix.
@ 2010-04-10 6:55 Lars Lindley
2010-04-29 17:35 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Lars Lindley @ 2010-04-10 6:55 UTC (permalink / raw)
To: gregkh, alan, o.hartmann; +Cc: devel, linux-kernel, Lars Lindley
I fixed a space and a brace found by checkpatch.pl.
Signed-off-by: Lars Lindley <lindley@coyote.org>
---
drivers/staging/et131x/et1310_address_map.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/et131x/et1310_address_map.h b/drivers/staging/et131x/et1310_address_map.h
index ea746ba..2848e48 100644
--- a/drivers/staging/et131x/et1310_address_map.h
+++ b/drivers/staging/et131x/et1310_address_map.h
@@ -1052,7 +1052,7 @@ typedef struct _RXMAC_t { /* Location: */
* 4-0: register
*/
-#define MII_ADDR(phy,reg) ((phy) << 8 | (reg))
+#define MII_ADDR(phy, reg) ((phy) << 8 | (reg))
/*
* structure for MII Management Control reg in mac address map.
@@ -1249,8 +1249,7 @@ typedef struct _MAC_t { /* Location: */
/*
* MAC STATS Module of JAGCore Address Mapping
*/
-struct macstat_regs
-{ /* Location: */
+struct macstat_regs { /* Location: */
u32 pad[32]; /* 0x6000 - 607C */
/* Tx/Rx 0-64 Byte Frame Counter */
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-30 17:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-10 6:55 [PATCH] staging: et131x: et1310_address_map.h Brace and space fix Lars Lindley
2010-04-29 17:35 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.