Commit 06020e1f authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher
Browse files

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



Fix the following errors reported by checkpatch:

ERROR: open brace '{' following struct go on the same line
ERROR: code indent should use tabs where possible

Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent a4753953
Loading
Loading
Loading
Loading
+12 −14
Original line number Diff line number Diff line
@@ -33,13 +33,11 @@
#define MAX_INSTANCE                                        6
#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];
};