intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] drm/i915/dp: Fix spelling mistake "redect" -> "reject"
@ 2024-02-28  9:20 Colin Ian King
  2024-02-28  9:25 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Colin Ian King @ 2024-02-28  9:20 UTC (permalink / raw)
  To: Jani Nikula, Rodrigo Vivi, Joonas Lahtinen, Tvrtko Ursulin,
	David Airlie, Daniel Vetter, intel-gfx, intel-xe, dri-devel
  Cc: kernel-janitors, linux-kernel

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

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

diff --git a/drivers/gpu/drm/i915/display/intel_dp_tunnel.c b/drivers/gpu/drm/i915/display/intel_dp_tunnel.c
index 75d76f91ecbd..6503abdc2b98 100644
--- a/drivers/gpu/drm/i915/display/intel_dp_tunnel.c
+++ b/drivers/gpu/drm/i915/display/intel_dp_tunnel.c
@@ -348,7 +348,7 @@ void intel_dp_tunnel_resume(struct intel_dp *intel_dp,
 
 out_err:
 	drm_dbg_kms(&i915->drm,
-		    "[DPTUN %s][CONNECTOR:%d:%s][ENCODER:%d:%s] Tunnel can't be resumed, will drop and redect it (err %pe)\n",
+		    "[DPTUN %s][CONNECTOR:%d:%s][ENCODER:%d:%s] Tunnel can't be resumed, will drop and reject it (err %pe)\n",
 		    drm_dp_tunnel_name(intel_dp->tunnel),
 		    connector->base.base.id, connector->base.name,
 		    encoder->base.base.id, encoder->base.name,
-- 
2.39.2


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

end of thread, other threads:[~2024-02-28 11:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-28  9:20 [PATCH][next] drm/i915/dp: Fix spelling mistake "redect" -> "reject" Colin Ian King
2024-02-28  9:25 ` ✓ CI.Patch_applied: success for " Patchwork
2024-02-28  9:25 ` ✓ CI.checkpatch: " Patchwork
2024-02-28  9:26 ` ✓ CI.KUnit: " Patchwork
2024-02-28  9:37 ` ✓ CI.Build: " Patchwork
2024-02-28  9:38 ` ✓ CI.Hooks: " Patchwork
2024-02-28  9:39 ` ✓ CI.checksparse: " Patchwork
2024-02-28  9:59 ` ✓ CI.BAT: " Patchwork
2024-02-28 11:02 ` [PATCH][next] " Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).