]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/exynos: fixed a spelling error
authorAnindya Sundar Gayen <anindya.sg@samsung.com>
Fri, 28 Feb 2025 14:02:57 +0000 (19:32 +0530)
committerInki Dae <inki.dae@samsung.com>
Wed, 23 Apr 2025 13:53:01 +0000 (22:53 +0900)
Corrected a spelling mistake in the exynos_drm_fimd driver to improve code
readability. No functional changes were made.

Signed-off-by: Anindya Sundar Gayen <anindya.sg@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimd.c

index 1ad87584b1c2c83a0cb9a32b2cbacb9947191509..c394cc702d7d4220287f563f085b3ab9c6251ee4 100644 (file)
@@ -731,7 +731,7 @@ static void fimd_win_set_pixfmt(struct fimd_context *ctx, unsigned int win,
        /*
         * Setting dma-burst to 16Word causes permanent tearing for very small
         * buffers, e.g. cursor buffer. Burst Mode switching which based on
-        * plane size is not recommended as plane size varies alot towards the
+        * plane size is not recommended as plane size varies a lot towards the
         * end of the screen and rapid movement causes unstable DMA, but it is
         * still better to change dma-burst than displaying garbage.
         */