Applied. Thanks! Alex On Thu, Jun 23, 2022 at 10:20 AM Harry Wentland <harry.wentland@xxxxxxx> wrote: > > > > On 2022-06-23 04:09, Colin Ian King wrote: > > There is a spelling mistake in a dml_print message. Fix it. > > > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> > > Reviewed-by: Harry Wentland <harry.wentland@xxxxxxx> > > Harry > > > --- > > drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c b/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c > > index 7f144adb1e36..7d536c2f4477 100644 > > --- a/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c > > +++ b/drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c > > @@ -1098,7 +1098,7 @@ static void DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerforman > > if (mode_lib->vba.ImmediateFlipRequirement[k] != dm_immediate_flip_not_required && v->ImmediateFlipSupportedForPipe[k] == false) { > > v->ImmediateFlipSupported = false; > > #ifdef __DML_VBA_DEBUG__ > > - dml_print("DML::%s: Pipe %0d not supporing iflip\n", __func__, k); > > + dml_print("DML::%s: Pipe %0d not supporting iflip\n", __func__, k); > > #endif > > } > > } >