diff options
| author | Diego Viola <[email protected]> | 2021-03-28 02:35:04 -0300 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-04-09 16:49:15 -0400 |
| commit | ec5c0ffaad87ee002e017de981e786a368bc3632 (patch) | |
| tree | e022b444d3732f180aacf54bce5f4030fe6af237 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | |
| parent | 68eb3ae3c63708f823aeeb63bb15197c727bd9bf (diff) | |
drm/amd/display: fix typo: liason -> liaison
Signed-off-by: Diego Viola <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c index aeeebce60ba4..0ff2809cf845 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @@ -121,7 +121,7 @@ MODULE_FIRMWARE(FIRMWARE_NAVI12_DMCU); * DOC: overview * * The AMDgpu display manager, **amdgpu_dm** (or even simpler, - * **dm**) sits between DRM and DC. It acts as a liason, converting DRM + * **dm**) sits between DRM and DC. It acts as a liaison, converting DRM * requests into DC requests, and DC responses into DRM responses. * * The root control structure is &struct amdgpu_display_manager. |