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>
This commit is contained in:
parent
74da15eb11
commit
ae9608af9e
|
@ -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_match_device - Tell if a PCI device structure has a matching PCI device id structure
|
||||||
* PCI device id structure
|
|
||||||
* @drv: the PCI driver to match against
|
* @drv: the PCI driver to match against
|
||||||
* @dev: the PCI device structure to match against
|
* @dev: the PCI device structure to match against
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue