Fix remainder of formats in userland.

This commit is contained in:
Drew Galbraith 2023-11-05 09:25:11 -08:00
parent 69aced2220
commit 17ed4ca1f6
5 changed files with 15 additions and 15 deletions

View file

@ -119,7 +119,7 @@ void AhciDriver::DumpCapabilities() {
dbgln("Aggressive device sleep management");
}
dbgln("Control %x", ahci_hba_->global_host_control);
dbgln("Control {x}", ahci_hba_->global_host_control);
}
void AhciDriver::DumpPorts() {