Skip to content

Commit 9c7f00f

Browse files
Ran Sunalexdeucher
authored andcommitted
drm/amdgpu: Clean up errors in cik_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 0b6c14d commit 9c7f00f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,7 @@ static void cik_ih_set_interrupt_funcs(struct amdgpu_device *adev)
442442
adev->irq.ih_funcs = &cik_ih_funcs;
443443
}
444444

445-
const struct amdgpu_ip_block_version cik_ih_ip_block =
446-
{
445+
const struct amdgpu_ip_block_version cik_ih_ip_block = {
447446
.type = AMD_IP_BLOCK_TYPE_IH,
448447
.major = 2,
449448
.minor = 0,

0 commit comments

Comments
 (0)