From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D8E08B6FA3 for ; Fri, 15 Jun 2012 23:16:25 +1000 (EST) Received: by pbbrp16 with SMTP id rp16so5978700pbb.38 for ; Fri, 15 Jun 2012 06:16:24 -0700 (PDT) From: Wanpeng Li To: trivial@kernel.org Subject: [PATCH 3/7][TRIVIAL][resend] drivers/pci: cleanup kernel-doc warning Date: Fri, 15 Jun 2012 21:15:49 +0800 Message-Id: <1339766154-7470-1-git-send-email-liwp.linux@gmail.com> Cc: Christoph Lameter , Srikar Dronamraju , linux-pci@vger.kernel.org, Jesse Barnes , David Howells , Paul Gortmaker , "H. Peter Anvin" , Larry Woodman , Andrea Arcangeli , Stephen Rothwell , Gavin Shan , x86@kernel.org, Hugh Dickins , Ingo Molnar , KOSAKI Motohiro , Jan Kiszka , Nishanth Aravamudan , Wanpeng Li , Peter Zijlstra , Mel Gorman , Jason Wessel , Al Viro , Bjorn Helgaas , cgroups@vger.kernel.org, Thomas Gleixner , KAMEZAWA Hiroyuki , Michal Hocko , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Milton Miller , Minchan Kim , Li Zefan , Johannes Weiner , Tejun Heo , David Rientjes , Andrew Morton , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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_list' description in 'assign_requested_resources_sorted' Signed-off-by: Wanpeng Li --- drivers/pci/setup-bus.c | 2 +- 1 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: * assign_requested_resources_sorted() - satisfy resource requests * * @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 * not be allocated * * Satisfy resource requests of each element in the list. Add -- 1.7.9.5