src/device: Doxygen fixes

- Add missing parameters
- add missing @param commands

Change-Id: I029b5dafde94bd250800b06c0e9bd2118f10ef48
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/8173
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
Martin Roth
2015-01-06 21:02:52 -07:00
parent 97ccefdaf3
commit 98b698c94f
2 changed files with 12 additions and 3 deletions

View File

@@ -818,8 +818,8 @@ static struct device_operations *get_pci_bridge_ops(device_t dev)
* The driver entry can either point at a zero terminated array of acceptable
* device IDs, or include a single device ID.
*
* @driver pointer to the PCI driver entry being checked
* @device_id PCI device ID of the device being matched
* @param driver pointer to the PCI driver entry being checked
* @param device_id PCI device ID of the device being matched
*/
static int device_id_match(struct pci_driver *driver, unsigned short device_id)
{