1
0
Fork 0

staging:panel:panel.c Fix typo in staging:panel

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>
hifive-unleashed-5.1
Justin P. Mattock 2012-03-19 08:17:52 -07:00 committed by Greg Kroah-Hartman
parent 5d25287f9b
commit 6975e183bb
1 changed files with 1 additions and 1 deletions

View 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();