drm/amd/display: Clean up errors in dce110_hw_sequencer.c
authorRan Sun <sunran001@208suo.com>
Wed, 2 Aug 2023 02:53:27 +0000 (02:53 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:42:55 +0000 (09:42 -0400)
Fix the following errors reported by checkpatch:

ERROR: space required before the open brace '{'

Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c

index bf2d7fbaccd75319d0d933d3d46142a191f8f4d4..50088608a68ae4503b29fe5655add8d31be6f688 100644 (file)
@@ -219,7 +219,7 @@ static bool dce110_enable_display_power_gating(
        if (controller_id == underlay_idx)
                controller_id = CONTROLLER_ID_UNDERLAY0 - 1;
 
-       if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0){
+       if (power_gating != PIPE_GATING_CONTROL_INIT || controller_id == 0) {
 
                bp_result = dcb->funcs->enable_disp_power_gating(
                                                dcb, controller_id + 1, cntl);