lkml.org 
[lkml]   [2023]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] drm/amd/pm: Clean up errors in smu7.h
Applied.  Thanks!

On Tue, Aug 1, 2023 at 9:31 PM Ran Sun <sunran001@208suo.com> wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
>
> Signed-off-by: Ran Sun <sunran001@208suo.com>
> ---
> drivers/gpu/drm/amd/pm/powerplay/inc/smu7.h | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/pm/powerplay/inc/smu7.h b/drivers/gpu/drm/amd/pm/powerplay/inc/smu7.h
> index e14072d45918..bfce9087a47f 100644
> --- a/drivers/gpu/drm/amd/pm/powerplay/inc/smu7.h
> +++ b/drivers/gpu/drm/amd/pm/powerplay/inc/smu7.h
> @@ -101,8 +101,7 @@
> #define VR_SMIO_PATTERN_2 4
> #define VR_STATIC_VOLTAGE 5
>
> -struct SMU7_PIDController
> -{
> +struct SMU7_PIDController {
> uint32_t Ki;
> int32_t LFWindupUL;
> int32_t LFWindupLL;
> @@ -136,8 +135,7 @@ typedef struct SMU7_PIDController SMU7_PIDController;
> #define SMU7_VCE_MCLK_HANDSHAKE_DISABLE 0x00010000
> #define SMU7_VCE_SCLK_HANDSHAKE_DISABLE 0x00020000
>
> -struct SMU7_Firmware_Header
> -{
> +struct SMU7_Firmware_Header {
> uint32_t Digest[5];
> uint32_t Version;
> uint32_t HeaderSize;
> --
> 2.17.1
>

\
 
 \ /
  Last update: 2023-08-07 18:59    [W:0.034 / U:0.744 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site