Commit f4895610 authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher

drm/amdgpu: fix spelling mistake "gateing" -> "gating"

There is a spelling mistake in a DRM_INFO message. Fix it.
Reviewed-by: default avatarMukesh Ojha <mojha@codeaurora.org>
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent fced5c70
...@@ -283,7 +283,7 @@ static int vce_v2_0_stop(struct amdgpu_device *adev) ...@@ -283,7 +283,7 @@ static int vce_v2_0_stop(struct amdgpu_device *adev)
} }
if (vce_v2_0_wait_for_idle(adev)) { if (vce_v2_0_wait_for_idle(adev)) {
DRM_INFO("VCE is busy, Can't set clock gateing"); DRM_INFO("VCE is busy, Can't set clock gating");
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment