1
0
Fork 0

PCI: fix pci-driver kernel-doc

Function short description should be on only one line.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Randy Dunlap 2007-01-09 21:41:01 -08:00 committed by Greg Kroah-Hartman
parent 74da15eb11
commit ae9608af9e
1 changed files with 1 additions and 2 deletions

View File

@ -150,8 +150,7 @@ const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,
}
/**
* pci_match_device - Tell if a PCI device structure has a matching
* PCI device id structure
* pci_match_device - Tell if a PCI device structure has a matching PCI device id structure
* @drv: the PCI driver to match against
* @dev: the PCI device structure to match against
*