Commit 5cc0ac06 authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher

drm/amd/display: Clean up errors in dcn316_clk_mgr.c

Fix the following errors reported by checkpatch:

ERROR: open brace '{' following struct go on the same line
Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 06020e1f
...@@ -45,13 +45,11 @@ ...@@ -45,13 +45,11 @@
#define MAX_INSTANCE 7 #define MAX_INSTANCE 7
#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