Skip to content

Commit a645529

Browse files
Ran Sunalexdeucher
authored andcommitted
drm/radeon: that open brace { should be on the previous line
ERROR: that open brace { should be on the previous line Signed-off-by: Ran Sun <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 547e8c5 commit a645529

File tree

1 file changed

+12
-24
lines changed

1 file changed

+12
-24
lines changed

drivers/gpu/drm/radeon/rv770_smc.c

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
#define FIRST_SMC_INT_VECT_REG 0xFFD8
3535
#define FIRST_INT_VECT_S19 0xFFC0
3636

37-
static const u8 rv770_smc_int_vectors[] =
38-
{
37+
static const u8 rv770_smc_int_vectors[] = {
3938
0x08, 0x10, 0x08, 0x10,
4039
0x08, 0x10, 0x08, 0x10,
4140
0x08, 0x10, 0x08, 0x10,
@@ -54,8 +53,7 @@ static const u8 rv770_smc_int_vectors[] =
5453
0x03, 0x51, 0x03, 0x51
5554
};
5655

57-
static const u8 rv730_smc_int_vectors[] =
58-
{
56+
static const u8 rv730_smc_int_vectors[] = {
5957
0x08, 0x15, 0x08, 0x15,
6058
0x08, 0x15, 0x08, 0x15,
6159
0x08, 0x15, 0x08, 0x15,
@@ -74,8 +72,7 @@ static const u8 rv730_smc_int_vectors[] =
7472
0x03, 0x56, 0x03, 0x56
7573
};
7674

77-
static const u8 rv710_smc_int_vectors[] =
78-
{
75+
static const u8 rv710_smc_int_vectors[] = {
7976
0x08, 0x04, 0x08, 0x04,
8077
0x08, 0x04, 0x08, 0x04,
8178
0x08, 0x04, 0x08, 0x04,
@@ -94,8 +91,7 @@ static const u8 rv710_smc_int_vectors[] =
9491
0x03, 0x51, 0x03, 0x51
9592
};
9693

97-
static const u8 rv740_smc_int_vectors[] =
98-
{
94+
static const u8 rv740_smc_int_vectors[] = {
9995
0x08, 0x10, 0x08, 0x10,
10096
0x08, 0x10, 0x08, 0x10,
10197
0x08, 0x10, 0x08, 0x10,
@@ -114,8 +110,7 @@ static const u8 rv740_smc_int_vectors[] =
114110
0x03, 0x51, 0x03, 0x51
115111
};
116112

117-
static const u8 cedar_smc_int_vectors[] =
118-
{
113+
static const u8 cedar_smc_int_vectors[] = {
119114
0x0B, 0x05, 0x0B, 0x05,
120115
0x0B, 0x05, 0x0B, 0x05,
121116
0x0B, 0x05, 0x0B, 0x05,
@@ -134,8 +129,7 @@ static const u8 cedar_smc_int_vectors[] =
134129
0x04, 0xF6, 0x04, 0xF6
135130
};
136131

137-
static const u8 redwood_smc_int_vectors[] =
138-
{
132+
static const u8 redwood_smc_int_vectors[] = {
139133
0x0B, 0x05, 0x0B, 0x05,
140134
0x0B, 0x05, 0x0B, 0x05,
141135
0x0B, 0x05, 0x0B, 0x05,
@@ -154,8 +148,7 @@ static const u8 redwood_smc_int_vectors[] =
154148
0x04, 0xF6, 0x04, 0xF6
155149
};
156150

157-
static const u8 juniper_smc_int_vectors[] =
158-
{
151+
static const u8 juniper_smc_int_vectors[] = {
159152
0x0B, 0x05, 0x0B, 0x05,
160153
0x0B, 0x05, 0x0B, 0x05,
161154
0x0B, 0x05, 0x0B, 0x05,
@@ -174,8 +167,7 @@ static const u8 juniper_smc_int_vectors[] =
174167
0x04, 0xF6, 0x04, 0xF6
175168
};
176169

177-
static const u8 cypress_smc_int_vectors[] =
178-
{
170+
static const u8 cypress_smc_int_vectors[] = {
179171
0x0B, 0x05, 0x0B, 0x05,
180172
0x0B, 0x05, 0x0B, 0x05,
181173
0x0B, 0x05, 0x0B, 0x05,
@@ -194,8 +186,7 @@ static const u8 cypress_smc_int_vectors[] =
194186
0x04, 0xF6, 0x04, 0xF6
195187
};
196188

197-
static const u8 barts_smc_int_vectors[] =
198-
{
189+
static const u8 barts_smc_int_vectors[] = {
199190
0x0C, 0x14, 0x0C, 0x14,
200191
0x0C, 0x14, 0x0C, 0x14,
201192
0x0C, 0x14, 0x0C, 0x14,
@@ -214,8 +205,7 @@ static const u8 barts_smc_int_vectors[] =
214205
0x05, 0x0A, 0x05, 0x0A
215206
};
216207

217-
static const u8 turks_smc_int_vectors[] =
218-
{
208+
static const u8 turks_smc_int_vectors[] = {
219209
0x0C, 0x14, 0x0C, 0x14,
220210
0x0C, 0x14, 0x0C, 0x14,
221211
0x0C, 0x14, 0x0C, 0x14,
@@ -234,8 +224,7 @@ static const u8 turks_smc_int_vectors[] =
234224
0x05, 0x0A, 0x05, 0x0A
235225
};
236226

237-
static const u8 caicos_smc_int_vectors[] =
238-
{
227+
static const u8 caicos_smc_int_vectors[] = {
239228
0x0C, 0x14, 0x0C, 0x14,
240229
0x0C, 0x14, 0x0C, 0x14,
241230
0x0C, 0x14, 0x0C, 0x14,
@@ -254,8 +243,7 @@ static const u8 caicos_smc_int_vectors[] =
254243
0x05, 0x0A, 0x05, 0x0A
255244
};
256245

257-
static const u8 cayman_smc_int_vectors[] =
258-
{
246+
static const u8 cayman_smc_int_vectors[] = {
259247
0x12, 0x05, 0x12, 0x05,
260248
0x12, 0x05, 0x12, 0x05,
261249
0x12, 0x05, 0x12, 0x05,

0 commit comments

Comments
 (0)