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 ci_dpm.h

Fix the following errors reported by checkpatch:

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

Signed-off-by: XueBing Chen <chenxb_99091@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

XueBing Chen and committed by
Alex Deucher
c435ebd0 6080a591

+2 -4
+2 -4
drivers/gpu/drm/radeon/ci_dpm.h
··· 87 87 SMU7_Discrete_MCRegisterAddress mc_reg_address[SMU7_DISCRETE_MC_REGISTER_ARRAY_SIZE]; 88 88 }; 89 89 90 - struct ci_ulv_parm 91 - { 90 + struct ci_ulv_parm { 92 91 bool supported; 93 92 u32 cg_ulv_parameter; 94 93 u32 volt_change_delay; ··· 112 113 u32 pcie_dpm_enable_mask; 113 114 }; 114 115 115 - struct ci_vbios_boot_state 116 - { 116 + struct ci_vbios_boot_state { 117 117 u16 mvdd_bootup_value; 118 118 u16 vddc_bootup_value; 119 119 u16 vddci_bootup_value;