[PATCH] PCI: kerneldoc correction in pci-driver

Removes an unused kerneldoc entry from pci_match_device and
put the others into correct order.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Henrik Kretzschmar and committed by Greg Kroah-Hartman 39ba487f cc702c2c

+1 -2
+1 -2
drivers/pci/pci-driver.c
··· 139 139 /** 140 140 * pci_match_device - Tell if a PCI device structure has a matching 141 141 * PCI device id structure 142 - * @ids: array of PCI device id structures to search in 143 - * @dev: the PCI device structure to match against 144 142 * @drv: the PCI driver to match against 143 + * @dev: the PCI device structure to match against 145 144 * 146 145 * Used by a driver to check whether a PCI device present in the 147 146 * system is in its list of supported devices. Returns the matching