OSDN Git Service

drm/amd/display: clean up one inconsistent indenting
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 30 Sep 2022 05:38:59 +0000 (13:38 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Oct 2022 16:04:57 +0000 (12:04 -0400)
clean up one inconsistent indenting

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2321
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn301/dcn301_resource.c

index 559e563..f04595b 100644 (file)
@@ -852,7 +852,7 @@ static struct hubbub *dcn301_hubbub_create(struct dc_context *ctx)
                vmid->masks = &vmid_masks;
        }
 
-        hubbub3->num_vmid = res_cap_dcn301.num_vmid;
+       hubbub3->num_vmid = res_cap_dcn301.num_vmid;
 
        return &hubbub3->base;
 }