lkml.org 
[lkml]   [2021]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] video: fbdev: via: Fix spelling mistake "bellow" -> "below"
    Date
    From: Colin Ian King <colin.king@canonical.com>

    There is a spelling mistake in a debug message. Fix it.

    Signed-off-by: Colin Ian King <colin.king@canonical.com>
    ---
    drivers/video/fbdev/via/lcd.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    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;
    --
    2.32.0
    \
     
     \ /
      Last update: 2021-09-25 00:22    [W:3.262 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site