staging:panel:panel.c Fix typo in staging:panel
authorJustin P. Mattock <justinmattock@gmail.com>
Mon, 19 Mar 2012 15:17:52 +0000 (08:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Apr 2012 16:29:21 +0000 (09:29 -0700)
The below patch fixes a typo I found while reading.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Cc: Willy Tarreau <willy@meta-x.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/panel/panel.c

index 6183573f112f3487ac0caf0add169c521115f4b5..7365089a33e81ea41c945f7aafb2d7c3c3baced7 100644 (file)
@@ -754,7 +754,7 @@ static void lcd_backlight(int on)
        if (lcd_bl_pin == PIN_NONE)
                return;
 
-       /* The backlight is activated by seting the AUTOFEED line to +5V  */
+       /* The backlight is activated by setting the AUTOFEED line to +5V  */
        spin_lock(&pprt_lock);
        bits.bl = on;
        panel_set_bits();