Commit 3c642f34 authored by chenxuebing's avatar chenxuebing Committed by Alex Deucher

drm/amd/include/vega10_ip_offset:Clean up errors in vega10_ip_offset.h

Fix the following errors reported by checkpatch:

ERROR: open brace '{' following enum 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 577fa1be
...@@ -24,13 +24,11 @@ ...@@ -24,13 +24,11 @@
#define MAX_INSTANCE 5 #define MAX_INSTANCE 5
#define MAX_SEGMENT 5 #define MAX_SEGMENT 5
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