diff options
author | Martin Roth <gaumless@gmail.com> | 2015-01-06 21:02:52 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-01-12 21:29:38 +0100 |
commit | 98b698c94fc9e378b551ff466bd829550d42fa50 (patch) | |
tree | e4e64812617c5b94ec2b39bb5b91065de3923ddd /src/device/pci_device.c | |
parent | 97ccefdaf34ea2f4e2527d98465cb3b96fcf436d (diff) | |
download | coreboot-98b698c94fc9e378b551ff466bd829550d42fa50.tar.xz |
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>
Diffstat (limited to 'src/device/pci_device.c')
-rw-r--r-- | src/device/pci_device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/pci_device.c b/src/device/pci_device.c index 22454d631f..862ed0e783 100644 --- a/src/device/pci_device.c +++ b/src/device/pci_device.c @@ -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) { |