Various Doxygen comment fixes, typo fixes, etc.
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 17 Oct 2010 19:01:48 +0000 (19:01 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 17 Oct 2010 19:01:48 +0000 (19:01 +0000)
commitc1ee42913534ea2ef1747cfc6bfd1ec687a0f9a3
treeb93d2b8a11698cc83df0246be11b4e49b479fbeb
parentb14fb6abd6cc04ea9f06e4dedd5f13c183e9450e
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 <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5955 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/devices/device.c
src/devices/device_util.c
src/devices/hypertransport.c
src/devices/pci_device.c
src/devices/pci_ops.c
src/devices/pci_rom.c
src/devices/pciexp_device.c
src/devices/pcix_device.c
src/devices/root_device.c
src/devices/smbus_ops.c