Fix kernel-doc warning for __pci_device_probe():
Warning(drivers/pci/pci-driver.c:341): missing initial short description on line:
* __pci_device_probe()
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Jesse Barnes <[email protected]>
}
/**
- * __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
*