drm/amd/display: Fix spelling mistake "supporing" -> "supporting"
There is a spelling mistake in a dml_print message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
3876a8b5e2
commit
606ee059f8
|
@ -2994,7 +2994,7 @@ static void DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerforman
|
|||
for (k = 0; k < v->NumberOfActivePlanes; ++k) {
|
||||
if (v->ImmediateFlipSupportedForPipe[k] == 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
|
||||
v->ImmediateFlipSupported = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue