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

drm/radeon: Clean up errors in r600_dpm.h

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>

authored by

GuoHua Chen and committed by
Alex Deucher
236ff5f9 1e68ffdc

+1 -2
+1 -2
drivers/gpu/drm/radeon/r600_dpm.h
··· 119 119 R600_DISPLAY_WATERMARK_HIGH = 1, 120 120 }; 121 121 122 - enum r600_display_gap 123 - { 122 + enum r600_display_gap { 124 123 R600_PM_DISPLAY_GAP_VBLANK_OR_WM = 0, 125 124 R600_PM_DISPLAY_GAP_VBLANK = 1, 126 125 R600_PM_DISPLAY_GAP_WATERMARK = 2,