From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755203Ab3CDC5i (ORCPT ); Sun, 3 Mar 2013 21:57:38 -0500 Received: from casper.infradead.org ([85.118.1.10]:38879 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755012Ab3CDC5h (ORCPT ); Sun, 3 Mar 2013 21:57:37 -0500 Message-ID: <51340DC0.8070708@infradead.org> Date: Sun, 03 Mar 2013 18:58:08 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Linus Walleij CC: Andrew Morton , LKML , Greg Kroah-Hartman , Linus Torvalds , Nishanth Menon , Carlos Chinea , linux-omap@vger.kernel.org Subject: Re: [PATCH resend] hsi: fix kernel-doc warnings References: <5130FD73.9030601@infradead.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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