Skip to content

Commit 7bb8c4f

Browse files
Ran Sunalexdeucher
authored andcommitted
drm/amdgpu: Clean up errors in tonga_ih.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 7b57c54 commit 7bb8c4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,7 @@ static void tonga_ih_set_interrupt_funcs(struct amdgpu_device *adev)
493493
adev->irq.ih_funcs = &tonga_ih_funcs;
494494
}
495495

496-
const struct amdgpu_ip_block_version tonga_ih_ip_block =
497-
{
496+
const struct amdgpu_ip_block_version tonga_ih_ip_block = {
498497
.type = AMD_IP_BLOCK_TYPE_IH,
499498
.major = 3,
500499
.minor = 0,

0 commit comments

Comments
 (0)