Fixing up doxygen comments
[tpg/acess2.git] / Kernel / drv / pci.c
index b4881d3..1f9e728 100644 (file)
@@ -79,8 +79,8 @@ Uint32        gaPCI_BusBitmap[256/32];
  \r
 // === CODE ===\r
 /**\r
- * \fn int PCI_Install()\r
  * \brief Scan the PCI Bus for devices\r
+ * \param Arguments    Boot-time parameters\r
  */\r
 int PCI_Install(char **Arguments)\r
 {\r
@@ -116,7 +116,7 @@ int PCI_Install(char **Arguments)
        }\r
        gPCI_Devices = tmpPtr;\r
        \r
-       Log_Log("PCI", "%i devices, filling structure");\r
+       Log_Log("PCI", "%i devices, filling structure", giPCI_DeviceCount);\r
        \r
        // Reset counts\r
        giPCI_DeviceCount = 0;\r

UCC git Repository :: git.ucc.asn.au