[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200214063003.29741-1-christophe.jaillet@wanadoo.fr>
Date: Fri, 14 Feb 2020 07:30:03 +0100
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
To: rjw@...ysocki.net, lenb@...nel.org, robert.moore@...el.com,
erik.kaneda@...el.com
Cc: linux-acpi@...r.kernel.org, devel@...ica.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>
Subject: [PATCH] ACPICA: Fix a typo in acuuid.h
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 <christophe.jaillet@...adoo.fr>
---
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__ */
--
2.20.1
Powered by blists - more mailing lists