Skip to content

Commit

Permalink
PCI: fix pci-driver kernel-doc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Jan 22, 2007
1 parent 74da15e commit ae9608a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/pci/pci-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit ae9608a

Please sign in to comment.