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:
Ran Sun 2023-08-02 03:01:11 +00:00 committed by Alex Deucher
parent 06020e1f7c
commit 5cc0ac0674

View File

@ -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];
};