Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753625AbbDMJFj (ORCPT ); Mon, 13 Apr 2015 05:05:39 -0400 Received: from m50-110.126.com ([123.125.50.110]:37642 "EHLO m50-110.126.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752513AbbDMJFe (ORCPT ); Mon, 13 Apr 2015 05:05:34 -0400 From: Zhaogang Gong To: 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 Cc: yanxiaofeng@inspur.com, Zhaogang Gong Subject: [PATCH] acpica: modify a commit error in file drivers/acpi/acpica/nsxfeval.c Date: Mon, 13 Apr 2015 17:05:07 +0800 Message-Id: <1428915907-14302-1-git-send-email-gongzhaogang@inspur.com> X-Mailer: git-send-email 1.9.1 X-CM-TRANSID: jdKowABHpfrGhitVvdFAAA--.23318S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrKF1DAr18Xr1Uur1ktFWUJwb_yoW3Wrc_XF n7Grs3XF18Ar1xAr1fAFZ3XF9Yywn3Xr1kua12q3WYvr93Aryav3sFkw4jvw1ku3WrGrZF k3ZxJryrAr4agjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU0hZ2DUUUUU== X-Originating-IP: [111.207.123.56] X-CM-SenderInfo: p0ld0w5hqjs5ddqsiiaw6rjloofrz/1tbiWwbaEFPM75xF5QAAsb Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 999 Lines: 29 Change "iff" in function acpi_evaluate_object() to "if". Signed-off-by: Zhaogang Gong --- 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. * Since we've already handled fully qualified names above, this is * an error. */ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/