aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2017-11-15 13:52:12 -0600
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2018-01-08 21:28:10 +0100
commit8a7a76c80043879b891ad2c291aa0fd8166a48d6 (patch)
treeba1140ac321694f80b204a90adf3501a2811ac99 /drivers/leds
parentLinux 4.15-rc7 (diff)
downloadlinux-dev-8a7a76c80043879b891ad2c291aa0fd8166a48d6.tar.xz
linux-dev-8a7a76c80043879b891ad2c291aa0fd8166a48d6.zip
leds: lp8860: Fix linuxdoc format for structure
Fix the linuxdoc format defining the lp8860 structure. Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@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 3e70775a2d54..91b6c5fbd361 100644
--- a/drivers/leds/leds-lp8860.c
+++ b/drivers/leds/leds-lp8860.c
@@ -98,7 +98,7 @@
* @enable_gpio - VDDIO/EN gpio to enable communication interface
* @regulator - LED supply regulator pointer
* @label - LED label
-**/
+ */
struct lp8860_led {
struct mutex lock;
struct i2c_client *client;