Skip to content

Commit

Permalink
leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Bryan Wu committed Mar 30, 2015
1 parent 116b8e1 commit 336af37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-lp8501.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 336af37

Please sign in to comment.