diff mbox series

video: fbdev: Fix spelling typo in comments

Message ID tencent_B911291E6CAE98AAB4FAB36F70E58811000A@qq.com (mailing list archive)
State New, archived
Headers show
Series video: fbdev: Fix spelling typo in comments | expand

Commit Message

1064094935 May 26, 2022, 7:53 a.m. UTC
From: pengfuyuan <pengfuyuan@kylinos.cn>

Fix spelling typo in comments.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>
---
 drivers/video/fbdev/controlfb.c | 2 +-
 drivers/video/fbdev/da8xx-fb.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/video/fbdev/controlfb.c b/drivers/video/fbdev/controlfb.c
index aba46118b208..50fdb373e92f 100644
--- a/drivers/video/fbdev/controlfb.c
+++ b/drivers/video/fbdev/controlfb.c
@@ -282,7 +282,7 @@  static void control_set_hardware(struct fb_info_control *p, struct fb_par_contro
 }
 
 /* Work out which banks of VRAM we have installed. */
-/* danj: I guess the card just ignores writes to nonexistant VRAM... */
+/* danj: I guess the card just ignores writes to nonexistent VRAM... */
 
 static void __init find_vram_size(struct fb_info_control *p)
 {
diff --git a/drivers/video/fbdev/da8xx-fb.c b/drivers/video/fbdev/da8xx-fb.c
index ae76a2111c77..7acd495928ef 100644
--- a/drivers/video/fbdev/da8xx-fb.c
+++ b/drivers/video/fbdev/da8xx-fb.c
@@ -358,7 +358,7 @@  static void lcd_blit(int load_mode, struct da8xx_fb_par *par)
 	lcd_enable_raster();
 }
 
-/* Configure the Burst Size and fifo threhold of DMA */
+/* Configure the Burst Size and fifo threshold of DMA */
 static int lcd_cfg_dma(int burst_size, int fifo_th)
 {
 	u32 reg;