mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 18:12:03 +02:00
drm/i915/bw: Fix spelling mistake "threshod" -> "threshold"
There is a spelling mistake in a drm_dbg_kms message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20260720161630.326016-1-colin.i.king@gmail.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
parent
7a4c8d8830
commit
662560bad9
|
|
@ -633,7 +633,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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user