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

drm/amd: open brace '{' following struct go on the same line

Fix the checkpatch error as open brace '{' following struct should
go on the same line.

Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Ran Sun and committed by
Alex Deucher
de84de1e 8214b5b6

+2 -4
+2 -4
drivers/gpu/drm/amd/include/yellow_carp_offset.h
··· 7 7 #define MAX_SEGMENT 6 8 8 9 9 10 - struct IP_BASE_INSTANCE 11 - { 10 + struct IP_BASE_INSTANCE { 12 11 unsigned int segment[MAX_SEGMENT]; 13 12 } __maybe_unused; 14 13 15 - struct IP_BASE 16 - { 14 + struct IP_BASE { 17 15 struct IP_BASE_INSTANCE instance[MAX_INSTANCE]; 18 16 } __maybe_unused; 19 17