All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] drm/i915/bw: Fix spelling mistake "threshod" -> "threshold"
@ 2026-07-20 16:16 Colin Ian King
  2026-07-20 17:29 ` ✓ CI.KUnit: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Colin Ian King @ 2026-07-20 16:16 UTC (permalink / raw)
  To: Jani Nikula, Rodrigo Vivi, Joonas Lahtinen, Tvrtko Ursulin,
	David Airlie, Simona 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_bw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_bw.c b/drivers/gpu/drm/i915/display/intel_bw.c
index 546d5ccbe052..c71082852cfa 100644
--- a/drivers/gpu/drm/i915/display/intel_bw.c
+++ b/drivers/gpu/drm/i915/display/intel_bw.c
@@ -625,7 +625,7 @@ static void xe3_add_peakbw_threshold(struct intel_display *display)
 	for (int i = 0; i < ARRAY_SIZE(display->bw.max); i++)
 		display->bw.max[i].deratedbw[qgv_points] = PEAK_BW_THRESHOLD;
 
-	drm_dbg_kms(display->drm, "An extra QGV point %d added for Peak bw threshod of %d\n",
+	drm_dbg_kms(display->drm, "An extra QGV point %d added for Peak bw threshold of %d\n",
 		    qgv_points, PEAK_BW_THRESHOLD);
 }
 
-- 
2.53.0


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

end of thread, other threads:[~2026-07-21 17:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-20 16:16 [PATCH][next] drm/i915/bw: Fix spelling mistake "threshod" -> "threshold" Colin Ian King
2026-07-20 17:29 ` ✓ CI.KUnit: success for " Patchwork
2026-07-20 18:37 ` ✓ Xe.CI.BAT: " Patchwork
2026-07-20 22:44 ` ✓ i915.CI.BAT: " Patchwork
2026-07-21  1:16 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-07-21  6:29 ` ✓ i915.CI.Full: success " Patchwork
2026-07-21 17:28 ` [PATCH][next] " Rodrigo Vivi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.