From 8a7a76c80043879b891ad2c291aa0fd8166a48d6 Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Wed, 15 Nov 2017 13:52:12 -0600 Subject: leds: lp8860: Fix linuxdoc format for structure Fix the linuxdoc format defining the lp8860 structure. Signed-off-by: Dan Murphy Signed-off-by: Jacek Anaszewski --- drivers/leds/leds-lp8860.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/leds') 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; -- cgit v1.2.3-59-g8ed1b