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

drm/amd/include/vangogh_ip_offset: Clean up errors in vangogh_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
1ef4fd92 78a855f9

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