aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-03-30 02:50:11 -0700
committerBryan Wu <cooloney@gmail.com>2015-03-30 11:55:51 -0700
commit5ee047fb7ddd5ce65b804b0888fa32dd8536cda6 (patch)
treeb357705256b589aa02fc030ee91d86c554088d38 /drivers/leds
parentleds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c (diff)
downloadlinux-dev-5ee047fb7ddd5ce65b804b0888fa32dd8536cda6.tar.xz
linux-dev-5ee047fb7ddd5ce65b804b0888fa32dd8536cda6.zip
leds: lp8860: Fix typo in MODULE_DESCRIPTION in leds-lp8860.c
This patch fix a spelling typo in MODULE_DESCRIPTION in leds-lp8860.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/leds-lp8860.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-lp8860.c b/drivers/leds/leds-lp8860.c
index f2a29c256d32..8c2b7fbe2392 100644
--- a/drivers/leds/leds-lp8860.c
+++ b/drivers/leds/leds-lp8860.c
@@ -488,6 +488,6 @@ static struct i2c_driver lp8860_driver = {
};
module_i2c_driver(lp8860_driver);
-MODULE_DESCRIPTION("Texas Instruments LP8860 LED drvier");
+MODULE_DESCRIPTION("Texas Instruments LP8860 LED driver");
MODULE_AUTHOR("Dan Murphy <dmurphy@ti.com>");
MODULE_LICENSE("GPL");