drm/amd/display: Clean up errors in dce112_hw_sequencer.c
authorRan Sun <sunran001@208suo.com>
Wed, 2 Aug 2023 02:54:43 +0000 (02:54 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:42:57 +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/dce112/dce112_hw_sequencer.c

index 690caaaff019409732bee7bd7676c8ff7420e62d..0ef9ebb3c1e23752f2836dc7ec3b4f88f6da28e1 100644 (file)
@@ -127,7 +127,7 @@ static bool dce112_enable_display_power_gating(
        else
                cntl = ASIC_PIPE_DISABLE;
 
-       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);