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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_NZSV-gvX9zOWLEifcBpj+fim5YCy2uW5yLsDnxcYiRTQ@mail.gmail.com>
Date:   Mon, 7 Aug 2023 13:05:47 -0400
From:   Alex Deucher <alexdeucher@...il.com>
To:     Ran Sun <sunran001@...suo.com>
Cc:     alexander.deucher@....com, dri-devel@...ts.freedesktop.org,
        amd-gfx@...ts.freedesktop.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drm/amd/pm: Clean up errors in amdgpu_pm.c

Applied.  Thanks!

On Tue, Aug 1, 2023 at 10:31 PM Ran Sun <sunran001@...suo.com> wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: space required before the open parenthesis '('
>
> Signed-off-by: Ran Sun <sunran001@...suo.com>
> ---
>  drivers/gpu/drm/amd/pm/amdgpu_pm.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> index 3922dd274f30..acaab3441030 100644
> --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> @@ -743,7 +743,7 @@ static ssize_t amdgpu_set_pp_od_clk_voltage(struct device *dev,
>                 type = PP_OD_EDIT_CCLK_VDDC_TABLE;
>         else if (*buf == 'm')
>                 type = PP_OD_EDIT_MCLK_VDDC_TABLE;
> -       else if(*buf == 'r')
> +       else if (*buf == 'r')
>                 type = PP_OD_RESTORE_DEFAULT_TABLE;
>         else if (*buf == 'c')
>                 type = PP_OD_COMMIT_DPM_TABLE;
> @@ -3532,7 +3532,8 @@ void amdgpu_pm_sysfs_fini(struct amdgpu_device *adev)
>  #if defined(CONFIG_DEBUG_FS)
>
>  static void amdgpu_debugfs_prints_cpu_info(struct seq_file *m,
> -                                          struct amdgpu_device *adev) {
> +                                          struct amdgpu_device *adev)
> +{
>         uint16_t *p_val;
>         uint32_t size;
>         int i;
> --
> 2.17.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ