From patchwork Thu Sep 17 22:28:22 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 48404 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8HMSTdf031640 for ; Thu, 17 Sep 2009 22:28:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750741AbZIQW2Y (ORCPT ); Thu, 17 Sep 2009 18:28:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750793AbZIQW2Y (ORCPT ); Thu, 17 Sep 2009 18:28:24 -0400 Received: from acsinet11.oracle.com ([141.146.126.233]:34894 "EHLO acsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750741AbZIQW2Y (ORCPT ); Thu, 17 Sep 2009 18:28:24 -0400 Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n8HMTamd019845 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 17 Sep 2009 22:29:37 GMT Received: from abhmt015.oracle.com (abhmt015.oracle.com [141.146.116.24]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n8HMSP64006037; Thu, 17 Sep 2009 22:28:26 GMT Received: from chimera.site (/96.253.169.185) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 17 Sep 2009 15:28:23 -0700 Date: Thu, 17 Sep 2009 15:28:22 -0700 From: Randy Dunlap To: linux-pci@vger.kernel.org Cc: Jesse Barnes Subject: [PATCH] pci/pci.c: fix kernel-doc notation Message-Id: <20090917152822.4a9ca4e1.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Source-IP: abhmt015.oracle.com [141.146.116.24] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.4AB2B808.0092:SCFSTAT5015188,ss=1,fgs=0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org From: Randy Dunlap Fix kernel-doc notation (& warnings) in pci/pci.c. Signed-off-by: Randy Dunlap Cc: Jesse Barnes --- drivers/pci/pci.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- ~Randy LPC 2009, Sept. 23-25, Portland, Oregon http://linuxplumbersconf.org/2009/ -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-2.6.31-git6.orig/drivers/pci/pci.c +++ linux-2.6.31-git6/drivers/pci/pci.c @@ -2542,10 +2542,10 @@ int pci_resource_bar(struct pci_dev *dev /** * pci_set_vga_state - set VGA decode state on device and parents if requested - * @dev the PCI device - * @decode - true = enable decoding, false = disable decoding - * @command_bits PCI_COMMAND_IO and/or PCI_COMMAND_MEMORY - * @change_bridge - traverse ancestors and change bridges + * @dev: the PCI device + * @decode: true = enable decoding, false = disable decoding + * @command_bits: PCI_COMMAND_IO and/or PCI_COMMAND_MEMORY + * @change_bridge: traverse ancestors and change bridges */ int pci_set_vga_state(struct pci_dev *dev, bool decode, unsigned int command_bits, bool change_bridge)