Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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>

authored by

Colin Ian King and committed by
Alex Deucher
7fc494f9 5027605a

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c
··· 1098 1098 if (mode_lib->vba.ImmediateFlipRequirement[k] != dm_immediate_flip_not_required && v->ImmediateFlipSupportedForPipe[k] == false) { 1099 1099 v->ImmediateFlipSupported = false; 1100 1100 #ifdef __DML_VBA_DEBUG__ 1101 - dml_print("DML::%s: Pipe %0d not supporing iflip\n", __func__, k); 1101 + dml_print("DML::%s: Pipe %0d not supporting iflip\n", __func__, k); 1102 1102 #endif 1103 1103 } 1104 1104 }