diff options
author | 2025-02-28 19:32:57 +0530 | |
---|---|---|
committer | 2025-04-23 22:53:01 +0900 | |
commit | 30b66dd0523df5153319a2abaa2399c7c76945cb (patch) | |
tree | 6f53367c0bbfb0c001ecd099985142e9e90d2303 | |
parent | drm/exynos/vidi: Remove redundant error handling in vidi_get_modes() (diff) | |
download | wireguard-linux-30b66dd0523df5153319a2abaa2399c7c76945cb.tar.xz wireguard-linux-30b66dd0523df5153319a2abaa2399c7c76945cb.zip |
drm/exynos: fixed a spelling error
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>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c index 1ad87584b1c2..c394cc702d7d 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c @@ -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. */ |