drm/radeon: Clean up errors in r600_dpm.h
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 07:39:25 +0000 (07:39 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:38:52 +0000 (15:38 -0500)
Fix the following errors reported by checkpatch:

ERROR: open brace '{' following enum go on the same 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.h

index 6e4d22e..5c2513c 100644 (file)
@@ -119,8 +119,7 @@ enum r600_display_watermark {
        R600_DISPLAY_WATERMARK_HIGH = 1,
 };
 
-enum r600_display_gap
-{
+enum r600_display_gap {
     R600_PM_DISPLAY_GAP_VBLANK_OR_WM = 0,
     R600_PM_DISPLAY_GAP_VBLANK       = 1,
     R600_PM_DISPLAY_GAP_WATERMARK    = 2,