mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][next] drm/amd/display: remove extra ; from statement, remove extra tabs
@ 2026-02-28  9:59 Colin Ian King
  2026-03-02 15:17 ` Alex Hung
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2026-02-28  9:59 UTC (permalink / raw)
  To: Harry Wentland, Leo Li, Rodrigo Siqueira, Alex Deucher,
	Christian König, David Airlie, Simona Vetter, Alex Hung,
	amd-gfx, dri-devel
  Cc: kernel-janitors, linux-kernel

There is a statement that has a ;; at the end, remove the extraneous ;
and remove extra tabs in the code block.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
index 71cfc623bc2d..f3fa8eb4bcce 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
@@ -1165,9 +1165,9 @@ void dm_helpers_override_panel_settings(
 		link->panel_config.dsc.disable_dsc_edp = true;
 
 	if (dc_get_edp_link_panel_inst(ctx->dc, link, &panel_inst) && panel_inst == 1) {
-			link->panel_config.psr.disable_psr = true;
-			link->panel_config.psr.disallow_psrsu = true;;
-			link->panel_config.psr.disallow_replay = true;
+		link->panel_config.psr.disable_psr = true;
+		link->panel_config.psr.disallow_psrsu = true;
+		link->panel_config.psr.disallow_replay = true;
 	}
 }
 
-- 
2.51.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] drm/amd/display: remove extra ; from statement, remove extra tabs
  2026-02-28  9:59 [PATCH][next] drm/amd/display: remove extra ; from statement, remove extra tabs Colin Ian King
@ 2026-03-02 15:17 ` Alex Hung
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Hung @ 2026-03-02 15:17 UTC (permalink / raw)
  To: Colin Ian King, Harry Wentland, Leo Li, Rodrigo Siqueira,
	Alex Deucher, Christian König, David Airlie, Simona Vetter,
	amd-gfx, dri-devel
  Cc: kernel-janitors, linux-kernel

Reviewed-by: Alex Hung <alex.hung@amd.com>

On 2/28/26 02:59, Colin Ian King wrote:
> There is a statement that has a ;; at the end, remove the extraneous ;
> and remove extra tabs in the code block.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>   drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
> index 71cfc623bc2d..f3fa8eb4bcce 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
> @@ -1165,9 +1165,9 @@ void dm_helpers_override_panel_settings(
>   		link->panel_config.dsc.disable_dsc_edp = true;
>   
>   	if (dc_get_edp_link_panel_inst(ctx->dc, link, &panel_inst) && panel_inst == 1) {
> -			link->panel_config.psr.disable_psr = true;
> -			link->panel_config.psr.disallow_psrsu = true;;
> -			link->panel_config.psr.disallow_replay = true;
> +		link->panel_config.psr.disable_psr = true;
> +		link->panel_config.psr.disallow_psrsu = true;
> +		link->panel_config.psr.disallow_replay = true;
>   	}
>   }
>   


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-02 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-28  9:59 [PATCH][next] drm/amd/display: remove extra ; from statement, remove extra tabs Colin Ian King
2026-03-02 15:17 ` Alex Hung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®