diff mbox series

[1/2] leds: lp8860: Fix linuxdoc format for structure

Message ID 20171115195213.8404-1-dmurphy@ti.com
State New
Headers show
Series [1/2] leds: lp8860: Fix linuxdoc format for structure | expand

Commit Message

Dan Murphy Nov. 15, 2017, 7:52 p.m. UTC
Fix the linuxdoc format defining the lp8860 structure.

Signed-off-by: Dan Murphy <dmurphy@ti.com>

---
 drivers/leds/leds-lp8860.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.15.0.124.g7668cbc60
diff mbox series

Patch

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;