From: Dan Murphy Date: Wed, 15 Nov 2017 19:52:12 +0000 (-0600) Subject: leds: lp8860: Fix linuxdoc format for structure X-Git-Tag: v4.16-rc1~136^2~16 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8a7a76c80043879b891ad2c291aa0fd8166a48d6;p=uclinux-h8%2Flinux.git 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 --- 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;