diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-09-17 15:28:22 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-10-07 09:28:18 -0700 |
commit | 19eea630f7c56038dd80fe2f6910c78655bf29c8 (patch) | |
tree | 6d142e7c861b0d40774dc9edacb4ae9be4041e3a /drivers/pci/pci.c | |
parent | 1f56f4a2b4d12c1c348cab23024024396ec7cddc (diff) | |
download | op-kernel-dev-19eea630f7c56038dd80fe2f6910c78655bf29c8.zip op-kernel-dev-19eea630f7c56038dd80fe2f6910c78655bf29c8.tar.gz |
PCI: pci.c: fix kernel-doc notation
Fix kernel-doc notation (& warnings) in pci/pci.c.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 6e1da5a..3835871 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -2546,10 +2546,10 @@ int pci_resource_bar(struct pci_dev *dev, int resno, enum pci_bar_type *type) /** * 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) |