]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: fix misspelling of "minimum" in dc_dsc.c
authorRunrun Liu <liurunrun@uniontech.com>
Mon, 19 Jan 2026 08:44:03 +0000 (16:44 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 20 Jan 2026 22:25:59 +0000 (17:25 -0500)
Fix the typo "miniumum" → "minimum" in a comment in dc_dsc.c.

This typo is already listed in scripts/spelling.txt by commit
8c3200265787 ("scripts/spelling.txt: add several more common spelling
mistakes").

Suggested-by: Cryolitia PukNgae <cryolitia@uniontech.com>
Signed-off-by: Runrun Liu <liurunrun@uniontech.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c

index e4144b2443324924ec698341e31c2e58056ec932..5b3584ad5b6b3d14f146dcae6ff483b3d4be3f48 100644 (file)
@@ -1157,7 +1157,7 @@ static bool setup_dsc_config(
        if (!is_dsc_possible)
                goto done;
 
-       /* increase miniumum slice count to meet sink slice width limitations */
+       /* increase minimum slice count to meet sink slice width limitations */
        min_slices_h = dc_fixpt_ceil(dc_fixpt_max(
                        dc_fixpt_div_int(dc_fixpt_from_int(pic_width), dsc_common_caps.max_slice_width), // sink min
                        dc_fixpt_from_int(min_slices_h))); // source min