From 38cefd30516e0c27194b822cb7db5a7d92e780cd Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 18 Mar 2023 17:45:49 +0200 Subject: [PATCH] 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 1afbdc3a3be..3df4457550d 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. */ -- 2.45.0