]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fbdev: omapfb: Fix typo in comment
authorAndrew Kreimer <algonell@gmail.com>
Wed, 11 Sep 2024 18:24:37 +0000 (21:24 +0300)
committerHelge Deller <deller@gmx.de>
Wed, 11 Sep 2024 18:53:04 +0000 (20:53 +0200)
Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h

index 9a7253355f6df475fb556ee832c3a150e0acdcc8..cdb1dedca492afc32f81e63408d81fa2417a643d 100644 (file)
@@ -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;