aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/panel
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-03-19 08:17:52 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-10 09:29:21 -0700
commit6975e183bb59dd6cc281247925092ca42ab7e1d5 (patch)
treee98b4c895a7754ddcc5141b6a4006a4b209fd4f6 /drivers/staging/panel
parent5d25287f9b11e2395a1f6679f43aa544977b3e54 (diff)
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>
Diffstat (limited to 'drivers/staging/panel')
-rw-r--r--drivers/staging/panel/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c
index 6183573f112..7365089a33e 100644
--- a/drivers/staging/panel/panel.c
+++ b/drivers/staging/panel/panel.c
@@ -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();