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

drm/amdgpu: Clean up errors in uvd_v3_1.c



Fix the following errors reported by checkpatch:

ERROR: 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 599f7c8b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -815,8 +815,7 @@ static const struct amd_ip_funcs uvd_v3_1_ip_funcs = {
	.set_powergating_state = uvd_v3_1_set_powergating_state,
};

const struct amdgpu_ip_block_version uvd_v3_1_ip_block =
{
const struct amdgpu_ip_block_version uvd_v3_1_ip_block = {
	.type = AMD_IP_BLOCK_TYPE_UVD,
	.major = 3,
	.minor = 1,