diff options
| author | Alexandre Demers <alexandre.f.demers@gmail.com> | 2025-02-27 08:05:04 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-03-05 18:37:13 +0300 |
| commit | ce43abd7ec9464cf954f90e1c69e11768b02fa0a (patch) | |
| tree | a1dd8a8ebfad1ddbdabea8bf425554876605ea16 /drivers/gpu/drm/amd/amdgpu/vce_v2_0.c | |
| parent | 7d83c129a8d7df23334d4a35bca9090a26b0a118 (diff) | |
| download | linux-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.c | 2 |
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; } |
