Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b7b09b1cdf4de7e28424250972d4a5526e5bdfb9
Commit:     b7b09b1cdf4de7e28424250972d4a5526e5bdfb9
Parent:     6b15484ccb91e85100cf164067bf3bc6c5038726
Author:     Satoru Takeuchi <[EMAIL PROTECTED]>
AuthorDate: Thu Nov 2 19:08:57 2006 +0900
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Mon Nov 6 15:19:51 2006 -0500

    ACPI: update comment
    
    Fixing wrong description for acpi_gpe_sleep_prepare().
    
    acpi_gpe_sleep_prepare() had only used on power off and was changed
    to also used on entering some sleep state. However its description
    isn't changed yet.
    
    Signed-off-by: Satoru Takeuchi <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/sleep/wakeup.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/acpi/sleep/wakeup.c b/drivers/acpi/sleep/wakeup.c
index af1dbab..fab8f26 100644
--- a/drivers/acpi/sleep/wakeup.c
+++ b/drivers/acpi/sleep/wakeup.c
@@ -183,11 +183,11 @@ late_initcall(acpi_wakeup_device_init);
 #endif
 
 /*
- * Disable all wakeup GPEs before power off.
- * 
+ * Disable all wakeup GPEs before entering requested sleep state.
+ *     @sleep_state:   ACPI state
  * Since acpi_enter_sleep_state() will disable all
  * RUNTIME GPEs, we simply mark all GPES that
- * are not enabled for wakeup from S5 as RUNTIME.
+ * are not enabled for wakeup from requested state as RUNTIME.
  */
 void acpi_gpe_sleep_prepare(u32 sleep_state)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to