Skip to content

Commit

Permalink
staging:panel:panel.c Fix typo in staging:panel
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Apr 10, 2012
1 parent 5d25287 commit 6975e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/panel/panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6975e18

Please sign in to comment.