Commit 70debdf2 authored by chenxuebing's avatar chenxuebing Committed by Alex Deucher

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: default avatarchenxuebing <chenxb_99091@126.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 58479e21
...@@ -26,13 +26,11 @@ ...@@ -26,13 +26,11 @@
#define MAX_SEGMENT 6 #define MAX_SEGMENT 6
struct IP_BASE_INSTANCE struct IP_BASE_INSTANCE {
{
unsigned int segment[MAX_SEGMENT]; unsigned int segment[MAX_SEGMENT];
}; };
struct IP_BASE struct IP_BASE {
{
struct IP_BASE_INSTANCE instance[MAX_INSTANCE]; struct IP_BASE_INSTANCE instance[MAX_INSTANCE];
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment