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]
Date:   Mon, 13 Feb 2023 11:14:25 -0500
From:   Alex Deucher <alexdeucher@...il.com>
To:     Yang Li <yang.lee@...ux.alibaba.com>
Cc:     alexander.deucher@....com, sunpeng.li@....com, Xinhui.Pan@....com,
        Rodrigo.Siqueira@....com, linux-kernel@...r.kernel.org,
        amd-gfx@...ts.freedesktop.org,
        Abaci Robot <abaci@...ux.alibaba.com>,
        dri-devel@...ts.freedesktop.org, christian.koenig@....com
Subject: Re: [PATCH -next] drm/amd/display: clean up some inconsistent indentings

Applied.  Thanks!

On Thu, Feb 9, 2023 at 8:06 PM Yang Li <yang.lee@...ux.alibaba.com> wrote:
>
> drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_factory.c:145 get_ddc_line() warn: inconsistent indenting
> drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_factory.c:201 dc_link_construct_phy() warn: inconsistent indenting
>
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4026
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
> ---
>  drivers/gpu/drm/amd/display/dc/link/link_factory.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/link/link_factory.c b/drivers/gpu/drm/amd/display/dc/link/link_factory.c
> index 13a766273755..23f668d90460 100644
> --- a/drivers/gpu/drm/amd/display/dc/link/link_factory.c
> +++ b/drivers/gpu/drm/amd/display/dc/link/link_factory.c
> @@ -142,7 +142,7 @@ static enum channel_id get_ddc_line(struct dc_link *link)
>         struct ddc *ddc;
>         enum channel_id channel;
>
> -               channel = CHANNEL_ID_UNKNOWN;
> +       channel = CHANNEL_ID_UNKNOWN;
>
>         ddc = get_ddc_pin(link->ddc);
>
> @@ -196,8 +196,8 @@ static bool dc_link_construct_phy(struct dc_link *link,
>
>         DC_LOGGER_INIT(dc_ctx->logger);
>
> -               link->irq_source_hpd = DC_IRQ_SOURCE_INVALID;
> -               link->irq_source_hpd_rx = DC_IRQ_SOURCE_INVALID;
> +       link->irq_source_hpd = DC_IRQ_SOURCE_INVALID;
> +       link->irq_source_hpd_rx = DC_IRQ_SOURCE_INVALID;
>         link->link_status.dpcd_caps = &link->dpcd_caps;
>
>         link->dc = init_params->dc;
> --
> 2.20.1.7.g153144c
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ