git: 2b4b3789f877 - main - acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Mar 2023 15:48:33 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=2b4b3789f877918e9e89a217d3b25d854d1a2267
commit 2b4b3789f877918e9e89a217d3b25d854d1a2267
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-03-18 15:45:49 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-03-18 15:47:19 +0000
acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text.
Fixes: 02904a06c76be857307b78184863654b9e7b88ab
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D39146
---
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.
*/