mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-29 18:57:41 +08:00
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>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user