drm/amd/pm: Clean up errors in vega12_hwmgr.h
authorRan Sun <sunran001@208suo.com>
Tue, 1 Aug 2023 09:38:32 +0000 (09:38 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:41:14 +0000 (09:41 -0400)
Fix the following errors reported by checkpatch:

ERROR: open brace '{' following enum go on the same line

Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.h

index aa63ae41942d55161980dc3ceb20696679555f4b..9f2ce43085485631d43be01fd694c81ba2f6b686 100644 (file)
@@ -38,8 +38,7 @@
 #define VG12_PSUEDO_NUM_DCEFCLK_DPM_LEVELS  8
 #define VG12_PSUEDO_NUM_UCLK_DPM_LEVELS     4
 
-enum
-{
+enum {
        GNLD_DPM_PREFETCHER = 0,
        GNLD_DPM_GFXCLK,
        GNLD_DPM_UCLK,