From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH resend] hsi: fix kernel-doc warnings Date: Sun, 03 Mar 2013 18:58:08 -0800 Message-ID: <51340DC0.8070708@infradead.org> References: <5130FD73.9030601@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij Cc: Andrew Morton , LKML , Greg Kroah-Hartman , Linus Torvalds , Nishanth Menon , Carlos Chinea , linux-omap@vger.kernel.org List-Id: linux-omap@vger.kernel.org On 03/03/13 18:56, Linus Walleij wrote: > On Fri, Mar 1, 2013 at 8:11 PM, Randy Dunlap wrote: > >> From: Randy Dunlap >> >> Fix kernel-doc warnings in hsi files: >> >> Warning(include/linux/hsi/hsi.h:136): Excess struct/union/enum/typedef member 'e_handler' description in 'hsi_client' >> Warning(include/linux/hsi/hsi.h:136): Excess struct/union/enum/typedef member 'pclaimed' description in 'hsi_client' >> Warning(include/linux/hsi/hsi.h:136): Excess struct/union/enum/typedef member 'nb' description in 'hsi_client' >> Warning(drivers/hsi/hsi.c:434): No description found for parameter 'handler' >> Warning(drivers/hsi/hsi.c:434): Excess function parameter 'cb' description in 'hsi_register_port_event' >> >> Don't document "private:" fields with kernel-doc notation. >> If you want to leave them fully documented, that's OK, but >> then don't mark them as "private:". >> >> Signed-off-by: Randy Dunlap >> Cc: Carlos Chinea >> Cc: Linus Walleij >> Cc: Greg Kroah-Hartman >> Cc: linux-kernel@vger.kernel.org >> Cc: linux-omap@vger.kernel.org >> Acked-by: Nishanth Menon > > Acked-by: Linus Walleij > > HSI is basically orphaned FTM. > > Andrew can you pick this into your orphanage? Linus (Torvalds) already merged it. Thanks. -- ~Randy