The branch main has been updated by olce:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c08c52e39e6e825000663ff602b219f03623d408

commit c08c52e39e6e825000663ff602b219f03623d408
Author:     Olivier Certner <[email protected]>
AuthorDate: 2026-06-04 10:05:40 +0000
Commit:     Olivier Certner <[email protected]>
CommitDate: 2026-06-22 21:40:13 +0000

    acpi: Sleep event handler: Remove a wrong comment
    
    No functional change.
    
    Reviewed by:    obiwac
    Event:          Halifax Hackathon 202606
    Sponsored by:   The FreeBSD Foundation
    Pull Request:   https://github.com/OlCe2/freebsd-src/pull/8
---
 sys/dev/acpica/acpi.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 91913c1daa60..4af65f07aa8e 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -4118,8 +4118,7 @@ acpi_system_eventhandler_sleep(void *arg, enum 
power_stype stype)
        return;
 
     /*
-     * Request that the system prepare to enter the given suspend state. We can
-     * totally pass an ACPI S-state to an enum power_stype.
+     * Request that the system prepare to enter the given suspend state.
      */
     ret = acpi_ReqSleepState(sc, stype);
     if (ret != 0)

Reply via email to