From c1ee42913534ea2ef1747cfc6bfd1ec687a0f9a3 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 17 Oct 2010 19:01:48 +0000 Subject: Various Doxygen comment fixes, typo fixes, etc. - Fix incorrect argument names for @param entries. - Add missing @param and @return entries, partly as TODOs. - s/@returns/@return/, that's a typo. - Small whitespace fixes while I'm at it. - Drop useless @brief commands, they just clutter the comments and make them harder to read. Doxygen has an option to always use the first sentence of a Doxygen-comment as @brief automatically (should be on per default). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5955 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/pciexp_device.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/devices/pciexp_device.c') diff --git a/src/devices/pciexp_device.c b/src/devices/pciexp_device.c index 790029ef1e..f304545b74 100644 --- a/src/devices/pciexp_device.c +++ b/src/devices/pciexp_device.c @@ -24,7 +24,6 @@ #include #include - static void pciexp_tune_dev(device_t dev) { unsigned cap; @@ -63,7 +62,6 @@ unsigned int pciexp_scan_bus(struct bus *bus, return max; } - unsigned int pciexp_scan_bridge(device_t dev, unsigned int max) { return do_pci_scan_bridge(dev, max, pciexp_scan_bus); -- cgit v1.2.3