projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e68ffd
)
drm/radeon: Clean up errors in r600_dpm.h
author
GuoHua Chen
<chenguohua_716@163.com>
Thu, 11 Jan 2024 07:39:25 +0000
(07:39 +0000)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/r600_dpm.h
b/drivers/gpu/drm/radeon/r600_dpm.h
index
6e4d22e
..
5c2513c
100644
(file)
--- a/
drivers/gpu/drm/radeon/r600_dpm.h
+++ b/
drivers/gpu/drm/radeon/r600_dpm.h
@@
-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,