linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPICA: Fix a typo in acuuid.h
@ 2020-02-14  6:30 Christophe JAILLET
  2020-02-14 10:02 ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Christophe JAILLET @ 2020-02-14  6:30 UTC (permalink / raw)
  To: rjw, lenb, robert.moore, erik.kaneda
  Cc: linux-acpi, devel, linux-kernel, kernel-janitors, Christophe JAILLET

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@wanadoo.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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-14 20:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14  6:30 [PATCH] ACPICA: Fix a typo in acuuid.h Christophe JAILLET
2020-02-14 10:02 ` Rafael J. Wysocki
2020-02-14 17:07   ` Kaneda, Erik
2020-02-14 20:21     ` Moore, Robert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).