[PATCH][next] drm/i915/bw: Fix spelling mistake "threshod" -> "threshold"

Colin Ian King posted 1 patch 4 days, 9 hours ago
drivers/gpu/drm/i915/display/intel_bw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] drm/i915/bw: Fix spelling mistake "threshod" -> "threshold"
Posted by Colin Ian King 4 days, 9 hours ago
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
Re: [PATCH][next] drm/i915/bw: Fix spelling mistake "threshod" -> "threshold"
Posted by Rodrigo Vivi 3 days, 8 hours ago
On Mon, Jul 20, 2026 at 05:16:30PM +0100, Colin Ian King wrote:
> There is a spelling mistake in a drm_dbg_kms message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

pushed to drm-intel-next. Thanks for the patch.

Just a quick reminder, for i915 patches, next time, please send to intel-gfx@lists.freedesktop.org

> ---
>  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
>