[PATCH] drm/amdgpu: Clean up errors in uvd_v5_0.c

From: XueBing Chen
Date: Thu Aug 24 2023 - 05:28:48 EST


Fix the following errors reported by checkpatch:

ERROR: that open brace { should be on the previous line

Signed-off-by: XueBing Chen <chenxuebing@xxxxxxx>
---
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