From: Andrew Kreimer Date: Wed, 11 Sep 2024 18:24:37 +0000 (+0300) Subject: fbdev: omapfb: Fix typo in comment X-Git-Tag: v6.12-rc1~148^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de5e89b6654ea0b021a5737e0f55fc6bed625550;p=thirdparty%2Fkernel%2Flinux.git fbdev: omapfb: Fix typo in comment Reported-by: Matthew Wilcox Signed-off-by: Andrew Kreimer Signed-off-by: Helge Deller --- diff --git a/drivers/video/fbdev/omap2/omapfb/dss/hdmi.h b/drivers/video/fbdev/omap2/omapfb/dss/hdmi.h index 9a7253355f6df..cdb1dedca492a 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;