Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: Clean up errors in navi10_ih.c

Fix the following errors reported by checkpatch:

ERROR: that open brace { should be on the previous line

Signed-off-by: chenxuebing <chenxb_99091@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

chenxuebing and committed by
Alex Deucher
2763da27 f7a16fa3

+1 -2
+1 -2
drivers/gpu/drm/amd/amdgpu/navi10_ih.c
··· 722 722 adev->irq.ih_funcs = &navi10_ih_funcs; 723 723 } 724 724 725 - const struct amdgpu_ip_block_version navi10_ih_ip_block = 726 - { 725 + const struct amdgpu_ip_block_version navi10_ih_ip_block = { 727 726 .type = AMD_IP_BLOCK_TYPE_IH, 728 727 .major = 5, 729 728 .minor = 0,