aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lp8501.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-03-30 02:50:10 -0700
committerBryan Wu <cooloney@gmail.com>2015-03-30 11:55:51 -0700
commit336af37e38828dcc822d0ba53738d8996ca842a6 (patch)
tree538eadae1137273bd23314696052f82f134c766f /drivers/leds/leds-lp8501.c
parentDT: leds: Add uniqueness requirement for 'label' property. (diff)
downloadlinux-dev-336af37e38828dcc822d0ba53738d8996ca842a6.tar.xz
linux-dev-336af37e38828dcc822d0ba53738d8996ca842a6.zip
leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c
This patch fix a spelling typo in MODULE_DESCRIPTION in leds-lp8501.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/leds-lp8501.c')
-rw-r--r--drivers/leds/leds-lp8501.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-lp8501.c b/drivers/leds/leds-lp8501.c
index 00f068b0fa6f..d3098e395fff 100644
--- a/drivers/leds/leds-lp8501.c
+++ b/drivers/leds/leds-lp8501.c
@@ -406,6 +406,6 @@ static struct i2c_driver lp8501_driver = {
module_i2c_driver(lp8501_driver);
-MODULE_DESCRIPTION("Texas Instruments LP8501 LED drvier");
+MODULE_DESCRIPTION("Texas Instruments LP8501 LED driver");
MODULE_AUTHOR("Milo Kim");
MODULE_LICENSE("GPL");