Various Doxygen comment fixes, typo fixes, etc.
[coreboot.git] / src / devices / pci_ops.c
index 60ed1ca280790f4cffd29ee7dbfa542fe9593678..c3237dbdbfde98fd9db61bd71a02b282ec1103db 100644 (file)
@@ -25,7 +25,8 @@
 #include <device/pci_ids.h>
 #include <device/pci_ops.h>
 
-/* The only consumer of the return value of get_pbus() is ops_pci_bus().
+/*
+ * The only consumer of the return value of get_pbus() is ops_pci_bus().
  * ops_pci_bus() can handle being passed NULL and auto-picks working ops.
  */
 static struct bus *get_pbus(device_t dev)