aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2017-11-15 14:52:12 -0500
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2018-01-08 15:28:10 -0500
commit8a7a76c80043879b891ad2c291aa0fd8166a48d6 (patch)
treeba1140ac321694f80b204a90adf3501a2811ac99
parentb2cd1df66037e7c4697c7e40496bf7e4a5e16a2d (diff)
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>
-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 @@
98 * @enable_gpio - VDDIO/EN gpio to enable communication interface 98 * @enable_gpio - VDDIO/EN gpio to enable communication interface
99 * @regulator - LED supply regulator pointer 99 * @regulator - LED supply regulator pointer
100 * @label - LED label 100 * @label - LED label
101**/ 101 */
102struct lp8860_led { 102struct lp8860_led {
103 struct mutex lock; 103 struct mutex lock;
104 struct i2c_client *client; 104 struct i2c_client *client;