From: Kent Russell Date: Tue, 28 Jun 2022 14:40:59 +0000 (-0400) Subject: drm/amdgpu: Fix typos in amdgpu_stop_pending_resets X-Git-Tag: v6.0-rc1~138^2~16^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d193b12b2fa6dc316e3ee8871b4ec05992bcb7b1;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: Fix typos in amdgpu_stop_pending_resets Change amdggpu to amdgpu and pedning to pending Signed-off-by: Kent Russell Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 0a1c47ccd1ea7..41f68b3427f24 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -5076,7 +5076,7 @@ retry: } } -static inline void amdggpu_device_stop_pedning_resets(struct amdgpu_device *adev) +static inline void amdgpu_device_stop_pending_resets(struct amdgpu_device *adev) { struct amdgpu_ras *con = amdgpu_ras_get_context(adev); @@ -5257,7 +5257,7 @@ retry: /* Rest of adevs pre asic reset from XGMI hive. */ * Drop all pending non scheduler resets. Scheduler resets * were already dropped during drm_sched_stop */ - amdggpu_device_stop_pedning_resets(tmp_adev); + amdgpu_device_stop_pending_resets(tmp_adev); } tmp_vram_lost_counter = atomic_read(&((adev)->vram_lost_counter));