From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx133.postini.com [74.125.245.133]) by kanga.kvack.org (Postfix) with SMTP id C51C66B0070 for ; Mon, 18 Jun 2012 14:23:15 -0400 (EDT) Received: by bkcjm19 with SMTP id jm19so5616571bkc.14 for ; Mon, 18 Jun 2012 11:23:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1339766154-7470-1-git-send-email-liwp.linux@gmail.com> References: <1339766154-7470-1-git-send-email-liwp.linux@gmail.com> From: Bjorn Helgaas Date: Mon, 18 Jun 2012 12:22:53 -0600 Message-ID: Subject: Re: [PATCH 3/7][TRIVIAL][resend] drivers/pci: cleanup kernel-doc warning Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-linux-mm@kvack.org List-ID: To: Wanpeng Li Cc: trivial@kernel.org, Benjamin Herrenschmidt , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Johannes Weiner , Michal Hocko , Balbir Singh , KAMEZAWA Hiroyuki , Tejun Heo , Li Zefan , Christoph Lameter , Paul Gortmaker , Jesse Barnes , Milton Miller , Nishanth Aravamudan , Stephen Rothwell , Peter Zijlstra , Jason Wessel , Jan Kiszka , David Howells , Srikar Dronamraju , Andrew Morton , Mel Gorman , Minchan Kim , Gavin Shan , Al Viro , Andrea Arcangeli , David Rientjes , KOSAKI Motohiro , Larry Woodman , Hugh Dickins , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org On Fri, Jun 15, 2012 at 7:15 AM, Wanpeng Li wrote: > From: Wanpeng Li > > Warning(drivers/pci/setup-bus.c:277): No description found for parameter = 'fail_head' > Warning(drivers/pci/setup-bus.c:277): Excess function parameter 'failed_l= ist' description in 'assign_requested_resources_sorted' > > Signed-off-by: Wanpeng Li > --- > =A0drivers/pci/setup-bus.c | =A0 =A02 +- > =A01 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/setup-bus.c b/drivers/pci/setup-bus.c > index 8fa2d4b..9165d25 100644 > --- a/drivers/pci/setup-bus.c > +++ b/drivers/pci/setup-bus.c > @@ -265,7 +265,7 @@ out: > =A0* assign_requested_resources_sorted() - satisfy resource requests > =A0* > =A0* @head : head of the list tracking requests for resources > - * @failed_list : head of the list tracking requests that could > + * @fail_head : head of the list tracking requests that could > =A0* =A0 =A0 =A0 =A0 =A0 =A0 not be allocated > =A0* > =A0* Satisfy resource requests of each element in the list. Add I applied this; it should appear in my "next" branch tomorrow. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org