summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
diff options
context:
space:
mode:
authorAlexandre Demers <alexandre.f.demers@gmail.com>2025-02-27 08:05:04 +0300
committerAlex Deucher <alexander.deucher@amd.com>2025-03-05 18:37:13 +0300
commitce43abd7ec9464cf954f90e1c69e11768b02fa0a (patch)
treea1dd8a8ebfad1ddbdabea8bf425554876605ea16 /drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
parent7d83c129a8d7df23334d4a35bca9090a26b0a118 (diff)
downloadlinux-ce43abd7ec9464cf954f90e1c69e11768b02fa0a.tar.xz
drm/amdgpu: fix spelling typos
Found some typos while exploring amdgpu code. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vce_v2_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vce_v2_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
index a68fef65219d..8c8c02606d25 100644
--- a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
@@ -280,7 +280,7 @@ static int vce_v2_0_stop(struct amdgpu_device *adev)
if (vce_v2_0_lmi_clean(adev)) {
- DRM_INFO("vce is not idle \n");
+ DRM_INFO("VCE is not idle \n");
return 0;
}