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: Ran Sun <sunran001@208suo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
06020e1f7c
commit
5cc0ac0674
@ -45,13 +45,11 @@
|
||||
#define MAX_INSTANCE 7
|
||||
#define MAX_SEGMENT 6
|
||||
|
||||
struct IP_BASE_INSTANCE
|
||||
{
|
||||
struct IP_BASE_INSTANCE {
|
||||
unsigned int segment[MAX_SEGMENT];
|
||||
};
|
||||
|
||||
struct IP_BASE
|
||||
{
|
||||
struct IP_BASE {
|
||||
struct IP_BASE_INSTANCE instance[MAX_INSTANCE];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user