Commit a645529d authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher

drm/radeon: that open brace { should be on the previous line

ERROR: that open brace { should be on the previous line
Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 547e8c50
...@@ -34,8 +34,7 @@ ...@@ -34,8 +34,7 @@
#define FIRST_SMC_INT_VECT_REG 0xFFD8 #define FIRST_SMC_INT_VECT_REG 0xFFD8
#define FIRST_INT_VECT_S19 0xFFC0 #define FIRST_INT_VECT_S19 0xFFC0
static const u8 rv770_smc_int_vectors[] = static const u8 rv770_smc_int_vectors[] = {
{
0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10,
0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10,
0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10,
...@@ -54,8 +53,7 @@ static const u8 rv770_smc_int_vectors[] = ...@@ -54,8 +53,7 @@ static const u8 rv770_smc_int_vectors[] =
0x03, 0x51, 0x03, 0x51 0x03, 0x51, 0x03, 0x51
}; };
static const u8 rv730_smc_int_vectors[] = static const u8 rv730_smc_int_vectors[] = {
{
0x08, 0x15, 0x08, 0x15, 0x08, 0x15, 0x08, 0x15,
0x08, 0x15, 0x08, 0x15, 0x08, 0x15, 0x08, 0x15,
0x08, 0x15, 0x08, 0x15, 0x08, 0x15, 0x08, 0x15,
...@@ -74,8 +72,7 @@ static const u8 rv730_smc_int_vectors[] = ...@@ -74,8 +72,7 @@ static const u8 rv730_smc_int_vectors[] =
0x03, 0x56, 0x03, 0x56 0x03, 0x56, 0x03, 0x56
}; };
static const u8 rv710_smc_int_vectors[] = static const u8 rv710_smc_int_vectors[] = {
{
0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x04,
0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x04,
0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x04,
...@@ -94,8 +91,7 @@ static const u8 rv710_smc_int_vectors[] = ...@@ -94,8 +91,7 @@ static const u8 rv710_smc_int_vectors[] =
0x03, 0x51, 0x03, 0x51 0x03, 0x51, 0x03, 0x51
}; };
static const u8 rv740_smc_int_vectors[] = static const u8 rv740_smc_int_vectors[] = {
{
0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10,
0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10,
0x08, 0x10, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10,
...@@ -114,8 +110,7 @@ static const u8 rv740_smc_int_vectors[] = ...@@ -114,8 +110,7 @@ static const u8 rv740_smc_int_vectors[] =
0x03, 0x51, 0x03, 0x51 0x03, 0x51, 0x03, 0x51
}; };
static const u8 cedar_smc_int_vectors[] = static const u8 cedar_smc_int_vectors[] = {
{
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
...@@ -134,8 +129,7 @@ static const u8 cedar_smc_int_vectors[] = ...@@ -134,8 +129,7 @@ static const u8 cedar_smc_int_vectors[] =
0x04, 0xF6, 0x04, 0xF6 0x04, 0xF6, 0x04, 0xF6
}; };
static const u8 redwood_smc_int_vectors[] = static const u8 redwood_smc_int_vectors[] = {
{
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
...@@ -154,8 +148,7 @@ static const u8 redwood_smc_int_vectors[] = ...@@ -154,8 +148,7 @@ static const u8 redwood_smc_int_vectors[] =
0x04, 0xF6, 0x04, 0xF6 0x04, 0xF6, 0x04, 0xF6
}; };
static const u8 juniper_smc_int_vectors[] = static const u8 juniper_smc_int_vectors[] = {
{
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
...@@ -174,8 +167,7 @@ static const u8 juniper_smc_int_vectors[] = ...@@ -174,8 +167,7 @@ static const u8 juniper_smc_int_vectors[] =
0x04, 0xF6, 0x04, 0xF6 0x04, 0xF6, 0x04, 0xF6
}; };
static const u8 cypress_smc_int_vectors[] = static const u8 cypress_smc_int_vectors[] = {
{
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05, 0x0B, 0x05,
...@@ -194,8 +186,7 @@ static const u8 cypress_smc_int_vectors[] = ...@@ -194,8 +186,7 @@ static const u8 cypress_smc_int_vectors[] =
0x04, 0xF6, 0x04, 0xF6 0x04, 0xF6, 0x04, 0xF6
}; };
static const u8 barts_smc_int_vectors[] = static const u8 barts_smc_int_vectors[] = {
{
0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14,
0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14,
0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14,
...@@ -214,8 +205,7 @@ static const u8 barts_smc_int_vectors[] = ...@@ -214,8 +205,7 @@ static const u8 barts_smc_int_vectors[] =
0x05, 0x0A, 0x05, 0x0A 0x05, 0x0A, 0x05, 0x0A
}; };
static const u8 turks_smc_int_vectors[] = static const u8 turks_smc_int_vectors[] = {
{
0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14,
0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14,
0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14,
...@@ -234,8 +224,7 @@ static const u8 turks_smc_int_vectors[] = ...@@ -234,8 +224,7 @@ static const u8 turks_smc_int_vectors[] =
0x05, 0x0A, 0x05, 0x0A 0x05, 0x0A, 0x05, 0x0A
}; };
static const u8 caicos_smc_int_vectors[] = static const u8 caicos_smc_int_vectors[] = {
{
0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14,
0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14,
0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14, 0x0C, 0x14,
...@@ -254,8 +243,7 @@ static const u8 caicos_smc_int_vectors[] = ...@@ -254,8 +243,7 @@ static const u8 caicos_smc_int_vectors[] =
0x05, 0x0A, 0x05, 0x0A 0x05, 0x0A, 0x05, 0x0A
}; };
static const u8 cayman_smc_int_vectors[] = static const u8 cayman_smc_int_vectors[] = {
{
0x12, 0x05, 0x12, 0x05, 0x12, 0x05, 0x12, 0x05,
0x12, 0x05, 0x12, 0x05, 0x12, 0x05, 0x12, 0x05,
0x12, 0x05, 0x12, 0x05, 0x12, 0x05, 0x12, 0x05,
......
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