[<prev] [next>] [day] [month] [year] [list]
Message-ID: <17575086.64a.18a26deff7b.Coremail.chenxuebing@jari.cn>
Date: Thu, 24 Aug 2023 17:27:43 +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 uvd_v5_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/uvd_v5_0.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c b/drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c
index d7e31e48a2b8..23b973922fcb 100644
--- a/drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c
@@ -911,8 +911,7 @@ static void uvd_v5_0_set_irq_funcs(struct amdgpu_device *adev)
adev->uvd.inst->irq.funcs = &uvd_v5_0_irq_funcs;
}
-const struct amdgpu_ip_block_version uvd_v5_0_ip_block =
-{
+const struct amdgpu_ip_block_version uvd_v5_0_ip_block = {
.type = AMD_IP_BLOCK_TYPE_UVD,
.major = 5,
.minor = 0,
--
2.17.1
Powered by blists - more mailing lists