projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a16fa
)
drm/amdgpu: Clean up errors in navi10_ih.c
author
chenxuebing
<chenxb_99091@126.com>
Thu, 11 Jan 2024 01:54:42 +0000
(
01:54
+0000)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 15 Jan 2024 23:35:38 +0000
(18:35 -0500)
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>
drivers/gpu/drm/amd/amdgpu/navi10_ih.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/navi10_ih.c
b/drivers/gpu/drm/amd/amdgpu/navi10_ih.c
index e64b33115848d204a4d81eb9530df5bf95fdf796..57d04ed20357b40506134d1cc9788607413fb691 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/navi10_ih.c
+++ b/
drivers/gpu/drm/amd/amdgpu/navi10_ih.c
@@
-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,