git: 38cefd30516e - stable/13 - acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 07:14:12 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=38cefd30516e0c27194b822cb7db5a7d92e780cd commit 38cefd30516e0c27194b822cb7db5a7d92e780cd Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-03-18 15:45:49 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-03-20 07:03:28 +0000 acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text. (cherry picked from commit 2b4b3789f877918e9e89a217d3b25d854d1a2267) --- 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. */