From: Alex Deucher Date: Fri, 18 Dec 2020 16:19:30 +0000 (-0500) Subject: drm/amdgpu: Fix a copy-pasta comment X-Git-Tag: v5.15~1634^2~22^2~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=505199a3b714aeb9d13dd0a04c33db9f5d99482a;p=platform%2Fkernel%2Flinux-starfive.git drm/amdgpu: Fix a copy-pasta comment This is not a scsi driver. Reviewed-by: Nirmoy Das 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 7d2f7a2..1cb7d73 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -5069,8 +5069,7 @@ out: * @pdev: pointer to PCI device * * Called when the error recovery driver tells us that its - * OK to resume normal operation. Use completion to allow - * halted scsi ops to resume. + * OK to resume normal operation. */ void amdgpu_pci_resume(struct pci_dev *pdev) {