Commit d193b12b authored by Kent Russell's avatar Kent Russell Committed by Alex Deucher
Browse files

drm/amdgpu: Fix typos in amdgpu_stop_pending_resets



Change amdggpu to amdgpu and pedning to pending

Signed-off-by: default avatarKent Russell <kent.russell@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0b58162e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5076,7 +5076,7 @@ static void amdgpu_device_recheck_guilty_jobs(
	}
}

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 @@ int amdgpu_device_gpu_recover(struct amdgpu_device *adev,
		 * 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));