[PATCH][next] drm/amd/display: Fix spelling mistake "optmization" -> "optimization"
From: Colin Ian King
Date: Fri Aug 14 2026 - 13:15:47 EST
There is a spelling mistake in a DML_ASSERT_MSG message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
.../drm/amd/display/dc/dml2_0/dml21/src/dml2_top/dml2_top_utm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/dml2_top_utm.c b/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/dml2_top_utm.c
index ab9cadaf5a60..79ec5838c26f 100644
--- a/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/dml2_top_utm.c
+++ b/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/dml2_top_utm.c
@@ -123,7 +123,7 @@ static enum dml2_status dml2_top_perform_stage_optimization(struct dml2_instance
DML_ASSERT_MSG(worksheet->validation_result.is_mode_support_valid
&& worksheet->validation_result.is_mcache_allocation_valid
&& worksheet->validation_result.is_prefetch_valid,
- "worksheet must be valid on exit independent from optmization resul!\n");
+ "worksheet must be valid on exit independent from optimization resul!\n");
// DML_ASSERT_MSG(iteration <= MAX_OPTIMIZATION_ITERATIONS,
// "exceeds max optimization iterations!\n"
// "\t is_permissible_found = %s\n"
--
2.55.0