Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masanari Iida and committed by
Bryan Wu
5ee047fb 336af37e

+1 -1
+1 -1
drivers/leds/leds-lp8860.c
··· 488 488 }; 489 489 module_i2c_driver(lp8860_driver); 490 490 491 - MODULE_DESCRIPTION("Texas Instruments LP8860 LED drvier"); 491 + MODULE_DESCRIPTION("Texas Instruments LP8860 LED driver"); 492 492 MODULE_AUTHOR("Dan Murphy <dmurphy@ti.com>"); 493 493 MODULE_LICENSE("GPL");