Skip to content

Commit c8a1439

Browse files
Ran Sunalexdeucher
authored andcommitted
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 <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 599f7c8 commit c8a1439

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,7 @@ static const struct amd_ip_funcs uvd_v3_1_ip_funcs = {
815815
.set_powergating_state = uvd_v3_1_set_powergating_state,
816816
};
817817

818-
const struct amdgpu_ip_block_version uvd_v3_1_ip_block =
819-
{
818+
const struct amdgpu_ip_block_version uvd_v3_1_ip_block = {
820819
.type = AMD_IP_BLOCK_TYPE_UVD,
821820
.major = 3,
822821
.minor = 1,

0 commit comments

Comments
 (0)