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

XueBing Chen posted 1 patch 2 years, 3 months ago
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[PATCH] drm/amdgpu: Clean up errors in vce_v4_0.c
Posted by XueBing Chen 2 years, 3 months ago
Fix the following errors reported by checkpatch:

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

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