diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2009-07-03 16:18:45 +0200 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-07 14:38:04 +0100 |
commit | 7f1be819cccea65dcd2a8c86de6369946b91c224 (patch) | |
tree | a67ae15285cba24ce8e51d46b2385fd65e61e999 /drivers/leds/Kconfig | |
parent | db3f520738a8c5bf593e13d4ac71f8da9ffcb964 (diff) |
leds: Fix indentation in LEDS_LP3944 Kconfig entry
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index edfd4e302be7..e4f599f20e38 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -150,9 +150,9 @@ config LEDS_LP3944 tristate "LED Support for N.S. LP3944 (Fun Light) I2C chip" depends on LEDS_CLASS && I2C help - This option enables support for LEDs connected to the National - Semiconductor LP3944 Lighting Management Unit (LMU) also known as - Fun Light Chip. + This option enables support for LEDs connected to the National + Semiconductor LP3944 Lighting Management Unit (LMU) also known as + Fun Light Chip. To compile this driver as a module, choose M here: the module will be called leds-lp3944. |