drm/amdgpu/display: Fix spelling mistake "supporing" -> "supporting"
authorColin Ian King <colin.i.king@gmail.com>
Thu, 23 Jun 2022 17:19:04 +0000 (13:19 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Jun 2022 21:24:03 +0000 (17:24 -0400)
There is a spelling mistake in a dml_print message. Fix it.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c

index 510b7a81ee124267f70fb7736ce51b209c6deb42..5bb6f4d8bf287ebc5e29ad5a28b632fe4229a5a7 100644 (file)
@@ -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
                                }
                        }