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: Ran Sun <sunran001@208suo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
599f7c8b85
commit
c8a1439699
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user