summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/via
diff options
context:
space:
mode:
authorColin Ian King <colin.king@intel.com>2021-09-24 23:22:22 +0100
committerHelge Deller <deller@gmx.de>2022-01-29 22:24:25 +0100
commit1e3c3e6193d45afd5879da5a82b2c92997b0ebe9 (patch)
tree6caa8b9dc228b3b99ba5c209b16ff95ca3407af0 /drivers/video/fbdev/via
parent3bfa3f1b611928c34a236e5cf9531051cb3a5276 (diff)
downloadlinux-stable-1e3c3e6193d45afd5879da5a82b2c92997b0ebe9.tar.gz
linux-stable-1e3c3e6193d45afd5879da5a82b2c92997b0ebe9.tar.bz2
linux-stable-1e3c3e6193d45afd5879da5a82b2c92997b0ebe9.zip
video: fbdev: via: Fix spelling mistake "bellow" -> "below"
There is a spelling mistake in a debug message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video/fbdev/via')
-rw-r--r--drivers/video/fbdev/via/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/via/lcd.c b/drivers/video/fbdev/via/lcd.c
index 088b962076b5..beec5c8d4d08 100644
--- a/drivers/video/fbdev/via/lcd.c
+++ b/drivers/video/fbdev/via/lcd.c
@@ -543,7 +543,7 @@ void viafb_lcd_set_mode(const struct fb_var_screeninfo *var, u16 cxres,
/* Get panel table Pointer */
panel_crt_table = viafb_get_best_mode(panel_hres, panel_vres, 60);
viafb_fill_var_timing_info(&panel_var, panel_crt_table);
- DEBUG_MSG(KERN_INFO "bellow viafb_lcd_set_mode!!\n");
+ DEBUG_MSG(KERN_INFO "below viafb_lcd_set_mode!!\n");
if (VT1636_LVDS == plvds_chip_info->lvds_chip_name)
viafb_init_lvds_vt1636(plvds_setting_info, plvds_chip_info);
clock = PICOS2KHZ(panel_crt_table->pixclock) * 1000;