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 <sunran001@208suo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 7b57c54 commit 7bb8c4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)