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

drm/radeon/kms: Clean up errors in smu7.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
3af3497f 93709fa0

+2 -4
+2 -4
drivers/gpu/drm/radeon/smu7.h
··· 82 82 #define SCRATCH_B_CURR_SAMU_INDEX_MASK (0x7<<SCRATCH_B_CURR_SAMU_INDEX_SHIFT) 83 83 84 84 85 - struct SMU7_PIDController 86 - { 85 + struct SMU7_PIDController { 87 86 uint32_t Ki; 88 87 int32_t LFWindupUL; 89 88 int32_t LFWindupLL; ··· 116 117 #define SMU7_VCE_MCLK_HANDSHAKE_DISABLE 0x00010000 117 118 #define SMU7_VCE_SCLK_HANDSHAKE_DISABLE 0x00020000 118 119 119 - struct SMU7_Firmware_Header 120 - { 120 + struct SMU7_Firmware_Header { 121 121 uint32_t Digest[5]; 122 122 uint32_t Version; 123 123 uint32_t HeaderSize;