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:   Wed, 28 Nov 2018 15:26:48 -0500
From:   Alex Deucher <alexdeucher@...il.com>
To:     Colin Ian King <colin.king@...onical.com>
Cc:     Rex Zhu <rex.zhu@....com>, "Quan, Evan" <evan.quan@....com>,
        "Deucher, Alexander" <alexander.deucher@....com>,
        Christian Koenig <christian.koenig@....com>,
        Chunming Zhou <David1.Zhou@....com>,
        Dave Airlie <airlied@...ux.ie>,
        amd-gfx list <amd-gfx@...ts.freedesktop.org>,
        Maling list - DRI developers 
        <dri-devel@...ts.freedesktop.org>, kernel-janitors@...r.kernel.org,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drm/amd/pp: fix spelling mistake "dependancy" -> "dependency"

On Tue, Nov 27, 2018 at 9:19 AM Colin King <colin.king@...onical.com> wrote:
>
> From: Colin Ian King <colin.king@...onical.com>
>
> There are spelling mistakes in PP_ASSERT_WITH_CODE messages, fix these.
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>

Applied.  thanks!

Alex

> ---
>  drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
> index 88f6b35ea6fe..5dcd21d29dbf 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
> @@ -269,7 +269,7 @@ static int smu7_construct_voltage_tables(struct pp_hwmgr *hwmgr)
>                                         hwmgr->dyn_state.mvdd_dependency_on_mclk);
>
>                 PP_ASSERT_WITH_CODE((0 == result),
> -                               "Failed to retrieve SVI2 MVDD table from dependancy table.",
> +                               "Failed to retrieve SVI2 MVDD table from dependency table.",
>                                 return result;);
>         }
>
> @@ -288,7 +288,7 @@ static int smu7_construct_voltage_tables(struct pp_hwmgr *hwmgr)
>                         result = phm_get_svi2_voltage_table_v0(&(data->vddci_voltage_table),
>                                         hwmgr->dyn_state.vddci_dependency_on_mclk);
>                 PP_ASSERT_WITH_CODE((0 == result),
> -                               "Failed to retrieve SVI2 VDDCI table from dependancy table.",
> +                               "Failed to retrieve SVI2 VDDCI table from dependency table.",
>                                 return result);
>         }
>
> @@ -317,7 +317,7 @@ static int smu7_construct_voltage_tables(struct pp_hwmgr *hwmgr)
>                                 table_info->vddc_lookup_table);
>
>                 PP_ASSERT_WITH_CODE((0 == result),
> -                       "Failed to retrieve SVI2 VDDC table from dependancy table.", return result;);
> +                       "Failed to retrieve SVI2 VDDC table from dependency table.", return result;);
>         }
>
>         tmp = smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_VDDC);
> --
> 2.19.1
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@...ts.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ