]> Git Repo - linux.git/commitdiff
drm/amd/display: fix spelling mistake "alidation" -> "validation"
authorColin Ian King <[email protected]>
Wed, 25 Aug 2021 11:36:15 +0000 (12:36 +0100)
committerAlex Deucher <[email protected]>
Wed, 1 Sep 2021 20:55:11 +0000 (16:55 -0400)
There is a spelling mistake in a DC_LOG_WARNING message. Fix it.

Reviewed-by: Harry Wentland <[email protected]>
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c

index 3223a1ff2292b345072efaff4ebfdc0abf1f2e5c..91cbc0922ad43ed1256ce7cb6fb780b3e02144a4 100644 (file)
@@ -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);
This page took 0.092567 seconds and 4 git commands to generate.