From patchwork Thu Nov 18 23:02:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 337701 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oAIN5VNP027262 for ; Thu, 18 Nov 2010 23:05:32 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932946Ab0KRXEd (ORCPT ); Thu, 18 Nov 2010 18:04:33 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:34418 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932468Ab0KRXEb (ORCPT ); Thu, 18 Nov 2010 18:04:31 -0500 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id oAIN4SgC023613 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 18 Nov 2010 23:04:31 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id oAIN4KF8016815; Thu, 18 Nov 2010 23:04:20 GMT Received: from abhmt012.oracle.com by acsmt353.oracle.com with ESMTP id 792668551290121354; Thu, 18 Nov 2010 15:02:34 -0800 Received: from chimera.site (/173.50.240.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 18 Nov 2010 15:02:34 -0800 Date: Thu, 18 Nov 2010 15:02:31 -0800 From: Randy Dunlap To: linux-pci@vger.kernel.org Cc: Jesse Barnes Subject: [PATCH] pci: fix __pci_device_probe kernel-doc warning Message-Id: <20101118150231.6d53c414.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 18 Nov 2010 23:05:32 +0000 (UTC) --- lnx-2637-r2g4-kerndoc.orig/drivers/pci/pci-driver.c +++ lnx-2637-r2g4-kerndoc/drivers/pci/pci-driver.c @@ -338,7 +338,7 @@ static int pci_call_probe(struct pci_dri } /** - * __pci_device_probe() + * __pci_device_probe - check if a driver wants to claim a specific PCI device * @drv: driver to call to check if it wants the PCI device * @pci_dev: PCI device being probed *