All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Zhaogang Gong <gongzhaogang@inspur.com>
Cc: robert.moore@intel.com, lv.zheng@intel.com,
	rafael.j.wysocki@intel.com, lenb@kernel.org,
	linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
	yanxiaofeng@inspur.com
Subject: Re: [PATCH] acpica: modify a commit error in file drivers/acpi/acpica/nsxfeval.c
Date: Mon, 13 Apr 2015 15:37:59 +0200	[thread overview]
Message-ID: <1536129.vQOiq1xQa9@vostro.rjw.lan> (raw)
In-Reply-To: <1428915907-14302-1-git-send-email-gongzhaogang@inspur.com>

On Monday, April 13, 2015 05:05:07 PM Zhaogang Gong wrote:
> Change "iff" in function acpi_evaluate_object() to "if".
> 
> Signed-off-by: Zhaogang Gong <gongzhaogang@inspur.com>
> ---
>  drivers/acpi/acpica/nsxfeval.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/acpica/nsxfeval.c b/drivers/acpi/acpica/nsxfeval.c
> index b6030a2..9571429 100644
> --- a/drivers/acpi/acpica/nsxfeval.c
> +++ b/drivers/acpi/acpica/nsxfeval.c
> @@ -214,7 +214,7 @@ acpi_evaluate_object(acpi_handle handle,
>  		info->prefix_node = NULL;
>  	} else if (!handle) {
>  		/*
> -		 * A handle is optional iff a fully qualified pathname is specified.
> +		 * A handle is optional if a fully qualified pathname is specified.

This is not a mistake.

>  		 * Since we've already handled fully qualified names above, this is
>  		 * an error.
>  		 */
> 

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

  reply	other threads:[~2015-04-13 13:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-13  9:05 [PATCH] acpica: modify a commit error in file drivers/acpi/acpica/nsxfeval.c Zhaogang Gong
2015-04-13 13:37 ` Rafael J. Wysocki [this message]
2015-04-13 17:42   ` Moore, Robert
2015-04-13 17:42     ` Moore, Robert

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=1536129.vQOiq1xQa9@vostro.rjw.lan \
    --to=rjw@rjwysocki.net \
    --cc=gongzhaogang@inspur.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lv.zheng@intel.com \
    --cc=rafael.j.wysocki@intel.com \
    --cc=robert.moore@intel.com \
    --cc=yanxiaofeng@inspur.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.