projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a788b54
)
drm/jpeg: Clean up errors in jpeg_v2_0.c
author
Ran Sun
<sunran001@208suo.com>
Wed, 2 Aug 2023 06:59:58 +0000
(06:59 +0000)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:43:28 +0000
(09:43 -0400)
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>
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c
b/drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c
index c25d4a07350b76ad34d542177415503f4e7920a2..1c8116d75f63c44174bae7344ce53eb3792d6abc 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c
@@
-807,8
+807,7
@@
static void jpeg_v2_0_set_irq_funcs(struct amdgpu_device *adev)
adev->jpeg.inst->irq.funcs = &jpeg_v2_0_irq_funcs;
}
-const struct amdgpu_ip_block_version jpeg_v2_0_ip_block =
-{
+const struct amdgpu_ip_block_version jpeg_v2_0_ip_block = {
.type = AMD_IP_BLOCK_TYPE_JPEG,
.major = 2,
.minor = 0,