[<prev] [next>] [day] [month] [year] [list]
Message-ID: <25e2a51b.64b.18a26e27cf7.Coremail.chenxuebing@jari.cn>
Date: Thu, 24 Aug 2023 17:31:31 +0800 (GMT+08:00)
From: "XueBing Chen" <chenxuebing@...i.cn>
To: alexander.deucher@....com, airlied@...il.com, daniel@...ll.ch
Cc: amd-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] drm/amdgpu: Clean up errors in vce_v4_0.c
Fix the following errors reported by checkpatch:
ERROR: that open brace { should be on the previous line
Signed-off-by: XueBing Chen <chenxuebing@...i.cn>
---
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
index e0b70cd3b697..2f12b16a8491 100644
--- a/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
@@ -1152,8 +1152,7 @@ static void vce_v4_0_set_irq_funcs(struct amdgpu_device *adev)
adev->vce.irq.funcs = &vce_v4_0_irq_funcs;
};
-const struct amdgpu_ip_block_version vce_v4_0_ip_block =
-{
+const struct amdgpu_ip_block_version vce_v4_0_ip_block = {
.type = AMD_IP_BLOCK_TYPE_VCE,
.major = 4,
.minor = 0,
--
2.17.1
Powered by blists - more mailing lists