There are spelling mistakes in a DML_ASSERT_MSG message. Fix them
Signed-off-by: Colin Ian King <[email protected]>
---
V2: Fix resul too, Kudos to Rolf Reintjes for spotting that
---
.../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 result!\n");
// DML_ASSERT_MSG(iteration <= MAX_OPTIMIZATION_ITERATIONS,
// "exceeds max optimization iterations!\n"
// "\t is_permissible_found = %s\n"
--
2.55.0