From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759272AbdKOTwy (ORCPT ); Wed, 15 Nov 2017 14:52:54 -0500 Received: from lelnx193.ext.ti.com ([198.47.27.77]:20165 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754905AbdKOTwq (ORCPT ); Wed, 15 Nov 2017 14:52:46 -0500 From: Dan Murphy To: , , CC: , , Dan Murphy Subject: [PATCH 1/2] leds: lp8860: Fix linuxdoc format for structure Date: Wed, 15 Nov 2017 13:52:12 -0600 Message-ID: <20171115195213.8404-1-dmurphy@ti.com> X-Mailer: git-send-email 2.12.2 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix the linuxdoc format defining the lp8860 structure. Signed-off-by: Dan Murphy --- drivers/leds/leds-lp8860.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.15.0.124.g7668cbc60