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

drm/amd/include/navi14_ip_offset: Clean up errors in navi14_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
e1fe442f a0caeabb

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