]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/radeon: Clean up errors in r600_dpm.c
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 09:00:17 +0000 (09:00 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:40:04 +0000 (15:40 -0500)
Fix the following errors reported by checkpatch:

ERROR: that open brace { should be on the previous line

Signed-off-by: GuoHua Chen <chenguohua_716@163.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/r600_dpm.c

index 9d2bcb9551e612f96ca4f4cfb6c165229d7e68ba..64980a61d38a8e24094afd5f368d0c9b4f8e646c 100644 (file)
@@ -28,8 +28,7 @@
 #include "r600_dpm.h"
 #include "atom.h"
 
-const u32 r600_utc[R600_PM_NUMBER_OF_TC] =
-{
+const u32 r600_utc[R600_PM_NUMBER_OF_TC] = {
        R600_UTC_DFLT_00,
        R600_UTC_DFLT_01,
        R600_UTC_DFLT_02,
@@ -47,8 +46,7 @@ const u32 r600_utc[R600_PM_NUMBER_OF_TC] =
        R600_UTC_DFLT_14,
 };
 
-const u32 r600_dtc[R600_PM_NUMBER_OF_TC] =
-{
+const u32 r600_dtc[R600_PM_NUMBER_OF_TC] = {
        R600_DTC_DFLT_00,
        R600_DTC_DFLT_01,
        R600_DTC_DFLT_02,