Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] drm/xe: Fix spelling mistake "gueue" -> "queue"
@ 2024-01-02  9:20 Colin Ian King
  2024-01-03 23:21 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Colin Ian King @ 2024-01-02  9:20 UTC (permalink / raw)
  To: Lucas De Marchi, Oded Gabbay, Thomas Hellström,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Daniel Vetter, intel-xe, dri-devel
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a drm_info message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/gpu/drm/xe/xe_wait_user_fence.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_wait_user_fence.c b/drivers/gpu/drm/xe/xe_wait_user_fence.c
index b0a7896f7fcb..b3ccdcf40557 100644
--- a/drivers/gpu/drm/xe/xe_wait_user_fence.c
+++ b/drivers/gpu/drm/xe/xe_wait_user_fence.c
@@ -147,7 +147,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;
 			}
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-01-08 16:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-02  9:20 [PATCH][next] drm/xe: Fix spelling mistake "gueue" -> "queue" Colin Ian King
2024-01-03 23:21 ` ✓ CI.Patch_applied: success for " Patchwork
2024-01-03 23:21 ` ✓ CI.checkpatch: " Patchwork
2024-01-03 23:22 ` ✓ CI.KUnit: " Patchwork
2024-01-03 23:30 ` ✓ CI.Build: " Patchwork
2024-01-03 23:30 ` ✓ CI.Hooks: " Patchwork
2024-01-03 23:32 ` ✓ CI.checksparse: " Patchwork
2024-01-04  0:06 ` ✓ CI.BAT: " Patchwork
2024-01-08 16:57 ` [PATCH][next] " Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox