diff options
author | Dan Murphy <dmurphy@ti.com> | 2017-11-15 13:52:12 -0600 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2018-01-08 21:28:10 +0100 |
commit | 8a7a76c80043879b891ad2c291aa0fd8166a48d6 (patch) | |
tree | ba1140ac321694f80b204a90adf3501a2811ac99 /drivers/leds | |
parent | b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d (diff) | |
download | linux-8a7a76c80043879b891ad2c291aa0fd8166a48d6.tar.gz linux-8a7a76c80043879b891ad2c291aa0fd8166a48d6.tar.bz2 linux-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.c | 2 |
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; |