summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/omap2/omapfb
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-11 21:24:37 +0300
committerHelge Deller <deller@gmx.de>2024-09-11 21:53:04 +0300
commitde5e89b6654ea0b021a5737e0f55fc6bed625550 (patch)
treedbec786ac334dfb1a38da8bce090ef8a3469664f /drivers/video/fbdev/omap2/omapfb
parent4a6921095eb04a900e0000da83d9475eb958e61e (diff)
downloadlinux-de5e89b6654ea0b021a5737e0f55fc6bed625550.tar.xz
fbdev: omapfb: Fix typo in comment
Reported-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video/fbdev/omap2/omapfb')
-rw-r--r--drivers/video/fbdev/omap2/omapfb/dss/hdmi.h2
1 files changed, 1 insertions, 1 deletions
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;