Commit 185b34d2b18dbaff8a18962ca84f90016c90ff07
Committed by
Greg Kroah-Hartman
1 parent
dec80537cc
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
staging: cxt1e1: musycc.h: fixes coding style issues
This commit fixes instances of spaces being used for indentation instead of tabs. Signed-off-by: Johan Meiring <johanmeiring@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff
drivers/staging/cxt1e1/musycc.h
... | ... | @@ -48,8 +48,8 @@ |
48 | 48 | #define INT_QUEUE_SIZE MUSYCC_NIQD |
49 | 49 | |
50 | 50 | /* RAM image of MUSYCC registers laid out as a C structure */ |
51 | - struct musycc_groupr | |
52 | - { | |
51 | +struct musycc_groupr | |
52 | +{ | |
53 | 53 | VINT32 thp[32]; /* Transmit Head Pointer [5-29] */ |
54 | 54 | VINT32 tmp[32]; /* Transmit Message Pointer [5-30] */ |
55 | 55 | VINT32 rhp[32]; /* Receive Head Pointer [5-29] */ |
56 | 56 | |
... | ... | @@ -67,11 +67,11 @@ |
67 | 67 | VINT32 mpd; /* Memory Protection Descriptor [5-18] */ |
68 | 68 | VINT32 mld; /* Message Length Descriptor [5-20] */ |
69 | 69 | VINT32 pcd; /* Port Configuration Descriptor [5-19] */ |
70 | - }; | |
70 | +}; | |
71 | 71 | |
72 | 72 | /* hardware MUSYCC registers laid out as a C structure */ |
73 | - struct musycc_globalr | |
74 | - { | |
73 | +struct musycc_globalr | |
74 | +{ | |
75 | 75 | VINT32 gbp; /* Group Base Pointer */ |
76 | 76 | VINT32 dacbp; /* Dual Address Cycle Base Pointer */ |
77 | 77 | VINT32 srd; /* Service Request Descriptor */ |
... | ... | @@ -100,7 +100,7 @@ |
100 | 100 | VINT32 pcd; /* Port Configuration Descriptor [5-19] */ |
101 | 101 | VINT32 rbist; /* Receive BIST status [5-4] */ |
102 | 102 | VINT32 tbist; /* Receive BIST status [5-4] */ |
103 | - }; | |
103 | +}; | |
104 | 104 | |
105 | 105 | /* Global Config Descriptor bit macros */ |
106 | 106 | #define MUSYCC_GCD_ECLK_ENABLE 0x00000800 /* EBUS clock enable */ |