summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
diff options
context:
space:
mode:
authorLeo (Hanghong) Ma <hanghong.ma@amd.com>2021-03-03 22:12:52 +0300
committerAlex Deucher <alexander.deucher@amd.com>2021-03-24 06:32:46 +0300
commit4870bd88136481f77c5b93da0423888870f3add5 (patch)
tree7b9b63aa3612152fcd69c2f0b1f20c63806faa70 /drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
parent90d1a626e6db6192660348ef5f8676212278d8bf (diff)
downloadlinux-4870bd88136481f77c5b93da0423888870f3add5.tar.xz
drm/amd/display: Fix typo for helpers function name
[why] Word "helper" was misspelled as "helpes" in dm_helpes_dmub_outbox0_interrupt_control function. [how] Fix the spelling. Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Leo (Hanghong) Ma <hanghong.ma@amd.com> Reviewed-by: Yongqiang Sun <yongqiang.sun@amd.com> Acked-by: Solomon Chiu <solomon.chiu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c b/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
index 68453c29c617..6b72af2b3f4c 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
+++ b/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
@@ -180,5 +180,5 @@ bool dc_dmub_srv_get_dmub_outbox0_msg(const struct dc *dc, struct dmcub_trace_bu
void dc_dmub_trace_event_control(struct dc *dc, bool enable)
{
- dm_helpes_dmub_outbox0_interrupt_control(dc->ctx, enable);
+ dm_helpers_dmub_outbox0_interrupt_control(dc->ctx, enable);
}