All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <len.brown@intel.com>
To: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Cc: linux-acpi <linux-acpi@vger.kernel.org>
Subject: Re: [PATCH] fixing wrong comment
Date: Mon, 6 Nov 2006 15:18:41 -0500	[thread overview]
Message-ID: <200611061518.41388.len.brown@intel.com> (raw)
In-Reply-To: <87mz7aupmu.wl%takeuchi_satoru@jp.fujitsu.com>

Applied.

thanks,
-Len

On Thursday 02 November 2006 05:08, Satoru Takeuchi wrote:
> 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 <takeuchi_satoru@jp.fujitsu.com>
> 
> Index: linux-2.6.19-rc4/drivers/acpi/sleep/wakeup.c
> ===================================================================
> --- linux-2.6.19-rc4.orig/drivers/acpi/sleep/wakeup.c	2006-11-02 18:25:49.000000000 +0900
> +++ linux-2.6.19-rc4/drivers/acpi/sleep/wakeup.c	2006-11-02 18:30:42.000000000 +0900
> @@ -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 linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

      reply	other threads:[~2006-11-06 20:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-02 10:08 [PATCH] fixing wrong comment Satoru Takeuchi
2006-11-06 20:18 ` Len Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200611061518.41388.len.brown@intel.com \
    --to=len.brown@intel.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=takeuchi_satoru@jp.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.