Commit 1bcf4b2a authored by Johan Meiring's avatar Johan Meiring Committed by Greg Kroah-Hartman

staging: cxt1e1: musycc.h: fixes brace placement

This commit fixes incorrect brace placement.
Signed-off-by: default avatarJohan Meiring <johanmeiring@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 185b34d2
...@@ -48,8 +48,7 @@ ...@@ -48,8 +48,7 @@
#define INT_QUEUE_SIZE MUSYCC_NIQD #define INT_QUEUE_SIZE MUSYCC_NIQD
/* RAM image of MUSYCC registers laid out as a C structure */ /* 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 thp[32]; /* Transmit Head Pointer [5-29] */
VINT32 tmp[32]; /* Transmit Message Pointer [5-30] */ VINT32 tmp[32]; /* Transmit Message Pointer [5-30] */
VINT32 rhp[32]; /* Receive Head Pointer [5-29] */ VINT32 rhp[32]; /* Receive Head Pointer [5-29] */
...@@ -70,8 +69,7 @@ struct musycc_groupr ...@@ -70,8 +69,7 @@ struct musycc_groupr
}; };
/* hardware MUSYCC registers laid out as a C structure */ /* hardware MUSYCC registers laid out as a C structure */
struct musycc_globalr struct musycc_globalr {
{
VINT32 gbp; /* Group Base Pointer */ VINT32 gbp; /* Group Base Pointer */
VINT32 dacbp; /* Dual Address Cycle Base Pointer */ VINT32 dacbp; /* Dual Address Cycle Base Pointer */
VINT32 srd; /* Service Request Descriptor */ VINT32 srd; /* Service Request Descriptor */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment