aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/dv-bfin_ebiu_sdc.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-bfin_ebiu_sdc.c
parent227d265839dcb5f90383a23e36dc7d0a5df62075 (diff)
downloadfsf-binutils-gdb-990d19fd6d925da5856de50fd84d8656e762b83c.zip
fsf-binutils-gdb-990d19fd6d925da5856de50fd84d8656e762b83c.tar.gz
fsf-binutils-gdb-990d19fd6d925da5856de50fd84d8656e762b83c.tar.bz2
sim: bfin: fix brace style
Diffstat (limited to 'sim/bfin/dv-bfin_ebiu_sdc.c')
-rw-r--r--sim/bfin/dv-bfin_ebiu_sdc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_ebiu_sdc.c b/sim/bfin/dv-bfin_ebiu_sdc.c
index 710f2f8..98cdb22 100644
--- a/sim/bfin/dv-bfin_ebiu_sdc.c
+++ b/sim/bfin/dv-bfin_ebiu_sdc.c
@@ -39,7 +39,8 @@ struct bfin_ebiu_sdc
#define mmr_base() offsetof(struct bfin_ebiu_sdc, sdgctl)
#define mmr_offset(mmr) (offsetof(struct bfin_ebiu_sdc, mmr) - mmr_base())
-static const char * const mmr_names[] = {
+static const char * const mmr_names[] =
+{
"EBIU_SDGCTL", "EBIU_SDBCTL", "EBIU_SDRRC", "EBIU_SDSTAT",
};
#define mmr_name(off) mmr_names[(off) / 4]