mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
drm/xe: Fix spelling mistake "gueue" -> "queue"
There is a spelling mistake in a drm_info message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://lore.kernel.org/r/20240102092014.3347566-1-colin.i.king@gmail.com
This commit is contained in:
parent
2b35ae108c
commit
264ed17878
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user