drm/amd/include: Clean up errors in arct_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>
This commit is contained in:
chenxuebing
2024-01-11 02:55:17 +00:00
committed by Alex Deucher
parent 7937b6f63f
commit 142e222758

View File

@@ -25,13 +25,11 @@
#define MAX_SEGMENT 6
struct IP_BASE_INSTANCE
{
struct IP_BASE_INSTANCE {
unsigned int segment[MAX_SEGMENT];
} __maybe_unused;
struct IP_BASE
{
struct IP_BASE {
struct IP_BASE_INSTANCE instance[MAX_INSTANCE];
} __maybe_unused;