From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver Date: Thu, 5 Jan 2017 10:50:21 -0800 Message-ID: <20170105185020.GQ4310@atomide.com> References: <20161230183732.5595-1-tony@atomide.com> <20161230183732.5595-3-tony@atomide.com> <20170102221228.GH9325@atomide.com> <41e171e7-4812-51fa-980c-197f7db7b5ef@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from muru.com ([72.249.23.125]:54940 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759805AbdAESuZ (ORCPT ); Thu, 5 Jan 2017 13:50:25 -0500 Content-Disposition: inline In-Reply-To: <41e171e7-4812-51fa-980c-197f7db7b5ef@ti.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Nishanth Menon Cc: Linus Walleij , Gary Bisson , Grygorii Strashko , Mark Rutland , Rob Herring , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-omap@vger.kernel.org, Lokesh Vutla * Nishanth Menon [170104 09:58]: > On 01/02/2017 04:12 PM, Tony Lindgren wrote: > [...] > > I got the following warnings with kernel-doc: > > $ ./scripts/kernel-doc drivers/pinctrl/ti/pinctrl-ti-iodelay.c>/dev/null > > drivers/pinctrl/ti/pinctrl-ti-iodelay.c:132: warning: Excess struct/union/enum/typedef member 'name' description in 'ti_iodelay_pingroup' > > drivers/pinctrl/ti/pinctrl-ti-iodelay.c:132: warning: Excess struct/union/enum/typedef member 'map' description in 'ti_iodelay_pingroup' > > drivers/pinctrl/ti/pinctrl-ti-iodelay.c:159: warning: Excess struct/union/enum/typedef member 'names' description in 'ti_iodelay_device' > > drivers/pinctrl/ti/pinctrl-ti-iodelay.c:211: warning: No description found for parameter 'cfg' > > drivers/pinctrl/ti/pinctrl-ti-iodelay.c:211: warning: Excess function parameter 'val' description in 'ti_iodelay_pinconf_set' > > drivers/pinctrl/ti/pinctrl-ti-iodelay.c:418: warning: Cannot understand * > > on line 418 - I thought it was a doc line > > Marking them below OK thanks will repost v3 shortly. Regards, Tony