Commit a788b54f authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher
Browse files

drm/amdgpu: Clean up errors in uvd_v7_0.c



Fix the following errors reported by checkpatch:

ERROR: spaces required around that ':' (ctx:VxE)
that open brace { should be on the previous line

Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7163dade
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1908,8 +1908,7 @@ static void uvd_v7_0_set_irq_funcs(struct amdgpu_device *adev)
	}
}

const struct amdgpu_ip_block_version uvd_v7_0_ip_block =
{
const struct amdgpu_ip_block_version uvd_v7_0_ip_block = {
		.type = AMD_IP_BLOCK_TYPE_UVD,
		.major = 7,
		.minor = 0,