drm/amd/display: Clean up errors in dcn316_clk_mgr.c
authorRan Sun <sunran001@208suo.com>
Wed, 2 Aug 2023 03:01:11 +0000 (03:01 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:43:00 +0000 (09:43 -0400)
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>
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c

index 0349631991b84ed437fbe56d4edbb21ce1307d9c..09151cc56ce4f2ca70d9af12c5c1d3ff7340ee3f 100644 (file)
 #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];
 };