Commit 606ee059 authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher
Browse files

drm/amd/display: Fix spelling mistake "supporing" -> "supporting"



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

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3876a8b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
				}