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

drm/amd/amdgpu: Clean up errors in beige_goby_ip_offset.h

Fix the following errors reported by checkpatch:

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

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

authored by

chenxuebing and committed by
Alex Deucher
70debdf2 58479e21

+2 -4
+2 -4
drivers/gpu/drm/amd/include/beige_goby_ip_offset.h
··· 26 26 #define MAX_SEGMENT 6 27 27 28 28 29 - struct IP_BASE_INSTANCE 30 - { 29 + struct IP_BASE_INSTANCE { 31 30 unsigned int segment[MAX_SEGMENT]; 32 31 }; 33 32 34 - struct IP_BASE 35 - { 33 + struct IP_BASE { 36 34 struct IP_BASE_INSTANCE instance[MAX_INSTANCE]; 37 35 }; 38 36