aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/dv-eth_phy.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-15 20:44:11 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-15 20:44:11 +0000
commit990d19fd6d925da5856de50fd84d8656e762b83c (patch)
tree78a21bfb29c4d0d4f10900714b098fb437695125 /sim/bfin/dv-eth_phy.c
parent227d265839dcb5f90383a23e36dc7d0a5df62075 (diff)
downloadgdb-990d19fd6d925da5856de50fd84d8656e762b83c.zip
gdb-990d19fd6d925da5856de50fd84d8656e762b83c.tar.gz
gdb-990d19fd6d925da5856de50fd84d8656e762b83c.tar.bz2
sim: bfin: fix brace style
Diffstat (limited to 'sim/bfin/dv-eth_phy.c')
-rw-r--r--sim/bfin/dv-eth_phy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-eth_phy.c b/sim/bfin/dv-eth_phy.c
index 59eaece..bc7413e 100644
--- a/sim/bfin/dv-eth_phy.c
+++ b/sim/bfin/dv-eth_phy.c
@@ -41,7 +41,8 @@ struct eth_phy
#define reg_offset(reg) (offsetof(struct eth_phy, reg) - reg_base())
#define reg_idx(reg) (reg_offset (reg) / 4)
-static const char * const reg_names[] = {
+static const char * const reg_names[] =
+{
[MII_BMCR ] = "MII_BMCR",
[MII_BMSR ] = "MII_BMSR",
[MII_PHYSID1 ] = "MII_PHYSID1",