Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1569103ybv; Fri, 14 Feb 2020 02:04:09 -0800 (PST) X-Google-Smtp-Source: APXvYqwOTnRXuE5yziBTIJxWTmOghNR2/Mvo1u8szPXF3K/RkVkXgHAVxxjGZ5cq059PTYC3Jg0h X-Received: by 2002:a05:6808:315:: with SMTP id i21mr1249491oie.139.1581674649601; Fri, 14 Feb 2020 02:04:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581674649; cv=none; d=google.com; s=arc-20160816; b=aYHa3lLEi7nYRuQtSNuTmZAtVwRB1J15Z1bl/gBdT4zS5OSIBpBz5XeTOC2Zkx5H3n riNZZsiuzi2NNQbMdnTkiWDeXG2Qw/fVr/gwdcp+lzNBiO/lDK29DKkO/TNcvEua+e03 /IFyjDzKMNwL2nTXccurzX7KBtFtkgVFtN/K7PKqttYK+wRhqI0CAYYXBHTiT1+zfk6F MROjr9DbCkO7GBAitRCkojACouYnu0mNZ2qA+FAv/Vqgj3be452GVhWkyRbo8xCutEx/ IRG01inDUpTU9UpUfK69ZkpBWxhoy++PmHXF1tKCJO6yTE3RfYpMoZ0lzx6D/QqNe/uN 8SmA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=ZQJsckvvK/zD+Uoxzktj8PnLaRwLyEfU0/FHZd9UNAA=; b=PWHCy22SdAcj5yQGGh+AUOVxB+h7DJG7J4bTSUUard9EFmaTZWGgGz51eBuVpEcoak weHGphXwPhYHkb70shrB/KfCgBX0/AmMxj399MgWsJpDN3BhiXBTkfjf22rege1RiH9w LW4YoF2RVQbyXOQt7VlcgKzUklT2mPftBqt7gtIMHxzURl5iOXu5jyRuo5Kfcq57ePS2 yWlR4StH6/ZWlbOuaUavZP5vK40a4nsXgBn2iG/wJCmmlPJAdRr8cFcluTnqneGe9cbs FFga3r4Q7QK79aWzZbDBYwCbrWKYsTcNmx55dN57XST/3Mm0zLMF7izMBKTbxyHaYuXh 3hjQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x26si2654647otk.325.2020.02.14.02.03.56; Fri, 14 Feb 2020 02:04:09 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387401AbgBNKCK (ORCPT + 99 others); Fri, 14 Feb 2020 05:02:10 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:47224 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727965AbgBNKCK (ORCPT ); Fri, 14 Feb 2020 05:02:10 -0500 Received: from 79.184.254.199.ipv4.supernova.orange.pl (79.184.254.199) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.341) id 9072457127e571a4; Fri, 14 Feb 2020 11:02:07 +0100 From: "Rafael J. Wysocki" To: Christophe JAILLET , erik.kaneda@intel.com Cc: lenb@kernel.org, robert.moore@intel.com, linux-acpi@vger.kernel.org, devel@acpica.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] ACPICA: Fix a typo in acuuid.h Date: Fri, 14 Feb 2020 11:02:07 +0100 Message-ID: <2712088.SaWAGPlJqS@kreacher> In-Reply-To: <20200214063003.29741-1-christophe.jaillet@wanadoo.fr> References: <20200214063003.29741-1-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, February 14, 2020 7:30:03 AM CET Christophe JAILLET wrote: > The comment related to the ending of the include guard should be related to > __ACUUID_H__, not __AUUID_H__ (i.e. 'C' is missing). > > Signed-off-by: Christophe JAILLET Erik, please route this through the upstream. Thanks! > --- > include/acpi/acuuid.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h > index 9dd4689a39cf..9e1367b19069 100644 > --- a/include/acpi/acuuid.h > +++ b/include/acpi/acuuid.h > @@ -57,4 +57,4 @@ > #define UUID_THERMAL_EXTENSIONS "14d399cd-7a27-4b18-8fb4-7cb7b9f4e500" > #define UUID_DEVICE_PROPERTIES "daffd814-6eba-4d8c-8a91-bc9bbf4aa301" > > -#endif /* __AUUID_H__ */ > +#endif /* __ACUUID_H__ */ >