Applied. Thanks! Alex On Wed, Aug 25, 2021 at 10:09 AM Harry Wentland <harry.wentland@xxxxxxx> wrote: > > On 2021-08-25 7:36 a.m., Colin King wrote: > > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > > > There is a spelling mistake in a DC_LOG_WARNING message. Fix it. > > > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Reviewed-by: Harry Wentland <harry.wentland@xxxxxxx> > > Harry > > > --- > > drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c b/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c > > index 3223a1ff2292..91cbc0922ad4 100644 > > --- a/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c > > +++ b/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c > > @@ -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); > > >