Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

There is a spelling mistake in a DC_LOG_WARNING message. Fix it.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Colin Ian King and committed by
Alex Deucher
f9e476c5 34eaf30f

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c
··· 1999 1999 goto validate_out; 2000 2000 2001 2001 validate_fail: 2002 - DC_LOG_WARNING("Mode Validation Warning: %s failed alidation.\n", 2002 + DC_LOG_WARNING("Mode Validation Warning: %s failed validation.\n", 2003 2003 dml_get_status_message(context->bw_ctx.dml.vba.ValidationStatus[context->bw_ctx.dml.vba.soc.num_states])); 2004 2004 2005 2005 BW_VAL_TRACE_SKIP(fail);