Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Ran Sun and committed by
Alex Deucher
a645529d 547e8c50

+12 -24
+12 -24
drivers/gpu/drm/radeon/rv770_smc.c
··· 34 34 #define FIRST_SMC_INT_VECT_REG 0xFFD8 35 35 #define FIRST_INT_VECT_S19 0xFFC0 36 36 37 - static const u8 rv770_smc_int_vectors[] = 38 - { 37 + static const u8 rv770_smc_int_vectors[] = { 39 38 0x08, 0x10, 0x08, 0x10, 40 39 0x08, 0x10, 0x08, 0x10, 41 40 0x08, 0x10, 0x08, 0x10, ··· 53 54 0x03, 0x51, 0x03, 0x51 54 55 }; 55 56 56 - static const u8 rv730_smc_int_vectors[] = 57 - { 57 + static const u8 rv730_smc_int_vectors[] = { 58 58 0x08, 0x15, 0x08, 0x15, 59 59 0x08, 0x15, 0x08, 0x15, 60 60 0x08, 0x15, 0x08, 0x15, ··· 72 74 0x03, 0x56, 0x03, 0x56 73 75 }; 74 76 75 - static const u8 rv710_smc_int_vectors[] = 76 - { 77 + static const u8 rv710_smc_int_vectors[] = { 77 78 0x08, 0x04, 0x08, 0x04, 78 79 0x08, 0x04, 0x08, 0x04, 79 80 0x08, 0x04, 0x08, 0x04, ··· 91 94 0x03, 0x51, 0x03, 0x51 92 95 }; 93 96 94 - static const u8 rv740_smc_int_vectors[] = 95 - { 97 + static const u8 rv740_smc_int_vectors[] = { 96 98 0x08, 0x10, 0x08, 0x10, 97 99 0x08, 0x10, 0x08, 0x10, 98 100 0x08, 0x10, 0x08, 0x10, ··· 110 114 0x03, 0x51, 0x03, 0x51 111 115 }; 112 116 113 - static const u8 cedar_smc_int_vectors[] = 114 - { 117 + static const u8 cedar_smc_int_vectors[] = { 115 118 0x0B, 0x05, 0x0B, 0x05, 116 119 0x0B, 0x05, 0x0B, 0x05, 117 120 0x0B, 0x05, 0x0B, 0x05, ··· 129 134 0x04, 0xF6, 0x04, 0xF6 130 135 }; 131 136 132 - static const u8 redwood_smc_int_vectors[] = 133 - { 137 + static const u8 redwood_smc_int_vectors[] = { 134 138 0x0B, 0x05, 0x0B, 0x05, 135 139 0x0B, 0x05, 0x0B, 0x05, 136 140 0x0B, 0x05, 0x0B, 0x05, ··· 148 154 0x04, 0xF6, 0x04, 0xF6 149 155 }; 150 156 151 - static const u8 juniper_smc_int_vectors[] = 152 - { 157 + static const u8 juniper_smc_int_vectors[] = { 153 158 0x0B, 0x05, 0x0B, 0x05, 154 159 0x0B, 0x05, 0x0B, 0x05, 155 160 0x0B, 0x05, 0x0B, 0x05, ··· 167 174 0x04, 0xF6, 0x04, 0xF6 168 175 }; 169 176 170 - static const u8 cypress_smc_int_vectors[] = 171 - { 177 + static const u8 cypress_smc_int_vectors[] = { 172 178 0x0B, 0x05, 0x0B, 0x05, 173 179 0x0B, 0x05, 0x0B, 0x05, 174 180 0x0B, 0x05, 0x0B, 0x05, ··· 186 194 0x04, 0xF6, 0x04, 0xF6 187 195 }; 188 196 189 - static const u8 barts_smc_int_vectors[] = 190 - { 197 + static const u8 barts_smc_int_vectors[] = { 191 198 0x0C, 0x14, 0x0C, 0x14, 192 199 0x0C, 0x14, 0x0C, 0x14, 193 200 0x0C, 0x14, 0x0C, 0x14, ··· 205 214 0x05, 0x0A, 0x05, 0x0A 206 215 }; 207 216 208 - static const u8 turks_smc_int_vectors[] = 209 - { 217 + static const u8 turks_smc_int_vectors[] = { 210 218 0x0C, 0x14, 0x0C, 0x14, 211 219 0x0C, 0x14, 0x0C, 0x14, 212 220 0x0C, 0x14, 0x0C, 0x14, ··· 224 234 0x05, 0x0A, 0x05, 0x0A 225 235 }; 226 236 227 - static const u8 caicos_smc_int_vectors[] = 228 - { 237 + static const u8 caicos_smc_int_vectors[] = { 229 238 0x0C, 0x14, 0x0C, 0x14, 230 239 0x0C, 0x14, 0x0C, 0x14, 231 240 0x0C, 0x14, 0x0C, 0x14, ··· 243 254 0x05, 0x0A, 0x05, 0x0A 244 255 }; 245 256 246 - static const u8 cayman_smc_int_vectors[] = 247 - { 257 + static const u8 cayman_smc_int_vectors[] = { 248 258 0x12, 0x05, 0x12, 0x05, 249 259 0x12, 0x05, 0x12, 0x05, 250 260 0x12, 0x05, 0x12, 0x05,