mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 02:53:23 +00:00
修复日志输出函数的bug
This commit is contained in:
@ -215,5 +215,5 @@ void acpi_init()
|
||||
;
|
||||
}
|
||||
|
||||
kinfo("ACPI module initialized!")
|
||||
kinfo("ACPI module initialized!");
|
||||
}
|
@ -466,7 +466,7 @@ void pci_init()
|
||||
|
||||
ptr = container_of(list_next(&(ptr->list)), struct pci_device_structure_header_t, list);
|
||||
}
|
||||
kinfo("PCI bus initialized.")
|
||||
kinfo("PCI bus initialized.");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user