[PATCH 4/5]NEXT:drivers:staging:panel:panel.c Fix typo in staging:panel

From: Justin P. Mattock
Date: Mon Mar 19 2012 - 11:18:11 EST


From: "Justin P. Mattock" <justinmattock@xxxxxxxxx>

The below patch fixes a typo I found while reading.

Signed-off-by: Justin P. Mattock <justinmattock@xxxxxxxxx>
Cc: Willy Tarreau <willy@xxxxxxxxxx>
---
drivers/staging/panel/panel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c
index 4683d5f..54ed4f2 100644
--- a/drivers/staging/panel/panel.c
+++ b/drivers/staging/panel/panel.c
@@ -755,7 +755,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();
--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/