Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19eea630 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jesse Barnes
Browse files

PCI: pci.c: fix kernel-doc notation



Fix kernel-doc notation (& warnings) in pci/pci.c.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 1f56f4a2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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)