git: 87b5b46ce892 - releng/13.2 - acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 13:23:18 UTC
The branch releng/13.2 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=87b5b46ce89259e3b4307f076860796b91a41690 commit 87b5b46ce89259e3b4307f076860796b91a41690 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-03-18 15:45:49 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-03-20 18:13:10 +0000 acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text. Approved by: re (gjb) (cherry picked from commit 2b4b3789f877918e9e89a217d3b25d854d1a2267) (cherry picked from commit 38cefd30516e0c27194b822cb7db5a7d92e780cd) --- sys/amd64/acpica/acpi_wakeup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c index 1afbdc3a3bec..3df4457550d6 100644 --- a/sys/amd64/acpica/acpi_wakeup.c +++ b/sys/amd64/acpica/acpi_wakeup.c @@ -291,8 +291,8 @@ acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, /* * Re-read cpu_stdext_feature3, which was zeroed-out - * in acpi_sleep_machdep, after the microcode was - * reloaded. Then recalculate the active mitigations + * in acpi_sleep_machdep(), after the microcode was + * reloaded. Then recalculate the active mitigation * knobs that depend on the microcode and * cpu_stdext_feature3. */