mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
f7a16fa376
commit
2763da27f9
@@ -722,8 +722,7 @@ static void navi10_ih_set_interrupt_funcs(struct amdgpu_device *adev)
|
||||
adev->irq.ih_funcs = &navi10_ih_funcs;
|
||||
}
|
||||
|
||||
const struct amdgpu_ip_block_version navi10_ih_ip_block =
|
||||
{
|
||||
const struct amdgpu_ip_block_version navi10_ih_ip_block = {
|
||||
.type = AMD_IP_BLOCK_TYPE_IH,
|
||||
.major = 5,
|
||||
.minor = 0,
|
||||
|
||||
Reference in New Issue
Block a user