Linux Framebuffer Layer development
 help / color / mirror / Atom feed
* [PATCH] video: fbdev: Fix a typo
@ 2024-09-11 18:24 Andrew Kreimer
  2024-09-11 18:53 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Kreimer @ 2024-09-11 18:24 UTC (permalink / raw)
  To: Helge Deller
  Cc: linux-omap, linux-fbdev, dri-devel, linux-kernel, kernel-janitors,
	Andrew Kreimer, Matthew Wilcox

Fix a typo in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 drivers/video/fbdev/omap2/omapfb/dss/hdmi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/omap2/omapfb/dss/hdmi.h b/drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
index 9a7253355f6d..cdb1dedca492 100644
--- a/drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
+++ b/drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
@@ -351,7 +351,7 @@ struct omap_hdmi {
 	bool audio_configured;
 	struct omap_dss_audio audio_config;
 
-	/* This lock should be taken when booleans bellow are touched. */
+	/* This lock should be taken when booleans below are touched. */
 	spinlock_t audio_playing_lock;
 	bool audio_playing;
 	bool display_enabled;
-- 
2.46.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-11 18:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11 18:24 [PATCH] video: fbdev: Fix a typo Andrew Kreimer
2024-09-11 18:53 ` Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox