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

drm/radeon/dpm: Clean up errors in trinity_dpm.h

Fix the following errors reported by checkpatch:

ERROR: open brace '{' following struct 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
1b5a5e40 e0353ea0

+1 -2
+1 -2
drivers/gpu/drm/radeon/trinity_dpm.h
··· 64 64 65 65 #define TRINITY_NUM_NBPSTATES 4 66 66 67 - struct trinity_uvd_clock_table_entry 68 - { 67 + struct trinity_uvd_clock_table_entry { 69 68 u32 vclk; 70 69 u32 dclk; 71 70 u8 vclk_did;