drm/amd/display: fix typo: liason -> liaison
authorDiego Viola <diego.viola@gmail.com>
Sun, 28 Mar 2021 05:35:04 +0000 (02:35 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Apr 2021 20:49:15 +0000 (16:49 -0400)
Signed-off-by: Diego Viola <diego.viola@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index aeeebce..0ff2809 100644 (file)
@@ -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.