[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_PFn8bsHGJw0s72VuAMo4UWx_Rr=1dZ_=hOD3cpQvzNpQ@mail.gmail.com>
Date: Mon, 7 Aug 2023 13:16:51 -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/amdgpu: Clean up errors in vce_v3_0.c
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:38 AM Ran Sun <sunran001@...suo.com> wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun <sunran001@...suo.com>
> ---
> drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 9 +++------
> 1 file changed, 3 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
> index 8def62c83ffd..18f6e62af339 100644
> --- a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
> @@ -998,8 +998,7 @@ static void vce_v3_0_set_irq_funcs(struct amdgpu_device *adev)
> adev->vce.irq.funcs = &vce_v3_0_irq_funcs;
> };
>
> -const struct amdgpu_ip_block_version vce_v3_0_ip_block =
> -{
> +const struct amdgpu_ip_block_version vce_v3_0_ip_block = {
> .type = AMD_IP_BLOCK_TYPE_VCE,
> .major = 3,
> .minor = 0,
> @@ -1007,8 +1006,7 @@ const struct amdgpu_ip_block_version vce_v3_0_ip_block =
> .funcs = &vce_v3_0_ip_funcs,
> };
>
> -const struct amdgpu_ip_block_version vce_v3_1_ip_block =
> -{
> +const struct amdgpu_ip_block_version vce_v3_1_ip_block = {
> .type = AMD_IP_BLOCK_TYPE_VCE,
> .major = 3,
> .minor = 1,
> @@ -1016,8 +1014,7 @@ const struct amdgpu_ip_block_version vce_v3_1_ip_block =
> .funcs = &vce_v3_0_ip_funcs,
> };
>
> -const struct amdgpu_ip_block_version vce_v3_4_ip_block =
> -{
> +const struct amdgpu_ip_block_version vce_v3_4_ip_block = {
> .type = AMD_IP_BLOCK_TYPE_VCE,
> .major = 3,
> .minor = 4,
> --
> 2.17.1
>
Powered by blists - more mailing lists