lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_PXfv-0DY3V-QnoWL27TyrrQtec7UWEuteQwECa=TLpqw@mail.gmail.com>
Date: Thu, 12 Sep 2024 13:44:12 -0400
From: Alex Deucher <alexdeucher@...il.com>
To: Yu Liao <liaoyu15@...wei.com>
Cc: alexander.deucher@....com, xiexiuqi@...wei.com, 
	linux-kernel@...r.kernel.org, amd-gfx@...ts.freedesktop.org, 
	sunpeng.li@....com, harry.wentland@....com
Subject: Re: [PATCH] drm/amd/display: remove unneeded semicolon

On Thu, Sep 12, 2024 at 3:12 AM Yu Liao <liaoyu15@...wei.com> wrote:
>
> Remove unneeded semicolon.
>
> Signed-off-by: Yu Liao <liaoyu15@...wei.com>

Thanks for the patch.  This was already fixed.

Alex

> ---
>  drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c b/drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c
> index 92238ff333a4..7595355281c2 100644
> --- a/drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c
> +++ b/drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c
> @@ -421,7 +421,7 @@ unsigned int dml2_calc_max_scaled_time(
>
>  void dml2_extract_writeback_wm(struct dc_state *context, struct display_mode_lib_st *dml_core_ctx)
>  {
> -       int i, j = 0;;
> +       int i, j = 0;
>         struct mcif_arb_params *wb_arb_params = NULL;
>         struct dcn_bw_writeback *bw_writeback = NULL;
>         enum mmhubbub_wbif_mode wbif_mode = PACKED_444_FP16; /*for now*/
> --
> 2.33.0
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ