Commit f9e476c5 authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher

drm/amd/display: fix spelling mistake "alidation" -> "validation"

There is a spelling mistake in a DC_LOG_WARNING message. Fix it.
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 34eaf30f
......@@ -1999,7 +1999,7 @@ bool dcn31_validate_bandwidth(struct dc *dc,
goto validate_out;
validate_fail:
DC_LOG_WARNING("Mode Validation Warning: %s failed alidation.\n",
DC_LOG_WARNING("Mode Validation Warning: %s failed validation.\n",
dml_get_status_message(context->bw_ctx.dml.vba.ValidationStatus[context->bw_ctx.dml.vba.soc.num_states]));
BW_VAL_TRACE_SKIP(fail);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment