mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
90d1a626e6
commit
4870bd8813
@@ -156,6 +156,6 @@ void dm_set_dcn_clocks(
|
||||
struct dc_context *ctx,
|
||||
struct dc_clocks *clks);
|
||||
|
||||
bool dm_helpes_dmub_outbox0_interrupt_control(struct dc_context *ctx, bool enable);
|
||||
bool dm_helpers_dmub_outbox0_interrupt_control(struct dc_context *ctx, bool enable);
|
||||
|
||||
#endif /* __DM_HELPERS__ */
|
||||
|
||||
Reference in New Issue
Block a user