Skip to content

Commit 7c29b40

Browse files
Ran Sunalexdeucher
authored andcommitted
drm/jpeg: Clean up errors in jpeg_v2_0.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 a788b54 commit 7c29b40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,8 +807,7 @@ static void jpeg_v2_0_set_irq_funcs(struct amdgpu_device *adev)
807807
adev->jpeg.inst->irq.funcs = &jpeg_v2_0_irq_funcs;
808808
}
809809

810-
const struct amdgpu_ip_block_version jpeg_v2_0_ip_block =
811-
{
810+
const struct amdgpu_ip_block_version jpeg_v2_0_ip_block = {
812811
.type = AMD_IP_BLOCK_TYPE_JPEG,
813812
.major = 2,
814813
.minor = 0,

0 commit comments

Comments
 (0)