Commit 6e215e10 authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher
Browse files

drm/amd/pm: Clean up errors in smu_v13_0.c



Fix the following errors reported by checkpatch:

ERROR: space required before the open parenthesis '('
ERROR: that open brace { should be on the previous line

Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 09d97d0a
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1437,8 +1437,7 @@ static int smu_v13_0_irq_process(struct amdgpu_device *adev,
	return 0;
}

static const struct amdgpu_irq_src_funcs smu_v13_0_irq_funcs =
{
static const struct amdgpu_irq_src_funcs smu_v13_0_irq_funcs = {
	.set = smu_v13_0_set_irq_state,
	.process = smu_v13_0_irq_process,
};