Page MenuHomeFreeBSD

fix typo in acpidump
ClosedPublic

Authored by aokblast on Apr 2 2024, 4:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 1, 8:10 PM
Unknown Object (File)
Apr 26 2024, 4:40 AM
Unknown Object (File)
Apr 5 2024, 5:33 PM
Unknown Object (File)
Apr 2 2024, 6:19 PM
Subscribers

Details

Summary

Acpidump use iasl to parse acpi.
In the modified program segment, it use fork and execl to fork a iasl process then execute it. The status is received from "wait" system call.
Thus, In here, there is a typo to "iast". The correct one is "iasl"

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 56872
Build 53760: arc lint + arc unit

Event Timeline

aokblast retitled this revision from fix typo in acpi to fix typo in acpidump.
This revision is now accepted and ready to land.Apr 2 2024, 5:27 PM
This revision was automatically updated to reflect the committed changes.