Skip to content

Commit

Permalink
staging: cxt1e1: musycc.h: fixes brace placement
Browse files Browse the repository at this point in the history
This commit fixes incorrect brace placement.

Signed-off-by: Johan Meiring <johanmeiring@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Johan Meiring authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 185b34d commit 1bcf4b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions drivers/staging/cxt1e1/musycc.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
#define INT_QUEUE_SIZE MUSYCC_NIQD

/* RAM image of MUSYCC registers laid out as a C structure */
struct musycc_groupr
{
struct musycc_groupr {
VINT32 thp[32]; /* Transmit Head Pointer [5-29] */
VINT32 tmp[32]; /* Transmit Message Pointer [5-30] */
VINT32 rhp[32]; /* Receive Head Pointer [5-29] */
Expand All @@ -70,8 +69,7 @@ struct musycc_groupr
};

/* hardware MUSYCC registers laid out as a C structure */
struct musycc_globalr
{
struct musycc_globalr {
VINT32 gbp; /* Group Base Pointer */
VINT32 dacbp; /* Dual Address Cycle Base Pointer */
VINT32 srd; /* Service Request Descriptor */
Expand Down

0 comments on commit 1bcf4b2

Please sign in to comment.