Commit 264ed178 authored by Colin Ian King's avatar Colin Ian King Committed by Lucas De Marchi
Browse files

drm/xe: Fix spelling mistake "gueue" -> "queue"

parent 2b35ae10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ int xe_wait_user_fence_ioctl(struct drm_device *dev, void *data,

		if (q) {
			if (q->ops->reset_status(q)) {
				drm_info(&xe->drm, "exec gueue reset detected\n");
				drm_info(&xe->drm, "exec queue reset detected\n");
				err = -EIO;
				break;
			}