Remove the repeated word "the" in comments.

Signed-off-by: Bo Liu <[email protected]>
---
 .../dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
 
b/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
index f809c4073b43..4287f9d22f3d 100644
--- 
a/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
+++ 
b/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
@@ -5624,7 +5624,7 @@ static bool CalculatePrefetchSchedule(struct 
dml2_core_internal_scratch *scratch
                        // vs the latency based number
 
                        // prefetch_bw1: VM + 2*R0 + SW
-                       // so prefetch_bw1 will have enough bw to transfer the 
necessary data within Tpre_rounded - Tno_bw (Tpre is the the worst-case latency 
based time to fetch the data)
+                       // so prefetch_bw1 will have enough bw to transfer the 
necessary data within Tpre_rounded - Tno_bw (Tpre is the worst-case latency 
based time to fetch the data)
                        // here is to make sure equ bw wont be more agressive 
than the latency-based requirement.
                        // check vm time >= vm_trips
                        // check r0 time >= r0_trips
-- 
2.31.1

Reply via email to