[PATCH] drm/amd/display: Remove redundant semicolons

Alex Deucher alexdeucher at gmail.com
Tue Aug 12 16:28:39 UTC 2025


Applied.  Thanks!

On Tue, Aug 12, 2025 at 3:58 AM Liao Yuanhong <liaoyuanhong at vivo.com> wrote:
>
> Remove unnecessary semicolons.
>
> Fixes: dda4fb85e433f ("drm/amd/display: DML changes for DCN32/321")
> Signed-off-by: Liao Yuanhong <liaoyuanhong at vivo.com>
> ---
>  .../gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c    | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c b/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c
> index 9ba6cb67655f..6c75aa82327a 100644
> --- a/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c
> +++ b/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c
> @@ -139,7 +139,6 @@ void dml32_rq_dlg_get_rq_reg(display_rq_regs_st *rq_regs,
>         if (dual_plane) {
>                 unsigned int p1_pte_row_height_linear = get_dpte_row_height_linear_c(mode_lib, e2e_pipe_param,
>                                 num_pipes, pipe_idx);
> -               ;
>                 if (src->sw_mode == dm_sw_linear)
>                         ASSERT(p1_pte_row_height_linear >= 8);
>
> --
> 2.34.1
>


More information about the dri-devel mailing list