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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 15 Mar 2022 11:51:28 -0400
From:   Alex Deucher <alexdeucher@...il.com>
To:     Julia Lawall <Julia.Lawall@...ia.fr>
Cc:     Harry Wentland <harry.wentland@....com>,
        Leo Li <sunpeng.li@....com>, kernel-janitors@...r.kernel.org,
        "Pan, Xinhui" <Xinhui.Pan@....com>,
        Rodrigo Siqueira <Rodrigo.Siqueira@....com>,
        LKML <linux-kernel@...r.kernel.org>,
        amd-gfx list <amd-gfx@...ts.freedesktop.org>,
        David Airlie <airlied@...ux.ie>,
        Maling list - DRI developers 
        <dri-devel@...ts.freedesktop.org>,
        Alex Deucher <alexander.deucher@....com>,
        Christian König <christian.koenig@....com>
Subject: Re: [PATCH 23/30] drm/amdgpu/dc: fix typos in comments

Applied.  Thanks!

On Mon, Mar 14, 2022 at 8:01 AM Julia Lawall <Julia.Lawall@...ia.fr> wrote:
>
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
>
> ---
>  drivers/gpu/drm/amd/display/dc/bios/command_table.c |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/bios/command_table.c b/drivers/gpu/drm/amd/display/dc/bios/command_table.c
> index ad13e4e36d77..0e36cd800fc9 100644
> --- a/drivers/gpu/drm/amd/display/dc/bios/command_table.c
> +++ b/drivers/gpu/drm/amd/display/dc/bios/command_table.c
> @@ -456,7 +456,7 @@ static enum bp_result transmitter_control_v2(
>                 if ((CONNECTOR_ID_DUAL_LINK_DVII == connector_id) ||
>                                 (CONNECTOR_ID_DUAL_LINK_DVID == connector_id))
>                         /* on INIT this bit should be set according to the
> -                        * phisycal connector
> +                        * physical connector
>                          * Bit0: dual link connector flag
>                          * =0 connector is single link connector
>                          * =1 connector is dual link connector
> @@ -468,7 +468,7 @@ static enum bp_result transmitter_control_v2(
>                                 cpu_to_le16((uint8_t)cntl->connector_obj_id.id);
>                 break;
>         case TRANSMITTER_CONTROL_SET_VOLTAGE_AND_PREEMPASIS:
> -               /* votage swing and pre-emphsis */
> +               /* voltage swing and pre-emphsis */
>                 params.asMode.ucLaneSel = (uint8_t)cntl->lane_select;
>                 params.asMode.ucLaneSet = (uint8_t)cntl->lane_settings;
>                 break;
> @@ -2120,7 +2120,7 @@ static enum bp_result program_clock_v5(
>         memset(&params, 0, sizeof(params));
>         if (!bp->cmd_helper->clock_source_id_to_atom(
>                         bp_params->pll_id, &atom_pll_id)) {
> -               BREAK_TO_DEBUGGER(); /* Invalid Inpute!! */
> +               BREAK_TO_DEBUGGER(); /* Invalid Input!! */
>                 return BP_RESULT_BADINPUT;
>         }
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ