All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: fbdev: Fix spelling typo in comments
@ 2022-05-26  7:53 1064094935
  0 siblings, 0 replies; only message in thread
From: 1064094935 @ 2022-05-26  7:53 UTC (permalink / raw)
  To: Helge Deller
  Cc: linux-fbdev, Liam Girdwood, dri-devel, linux-kernel, pengfuyuan,
	Mark Brown, k2ci

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 --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;
-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-26  7:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26  7:53 [PATCH] video: fbdev: Fix spelling typo in comments 1064094935

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.