diff mbox series

ACPI / NUMA: fix a a typo in a comment

Message ID 114091055ede539a924ec675ad4a56284b9314d5.1622878126.git.christophe.jaillet@wanadoo.fr
State Accepted
Commit 237a47ebc39de7f3763e2fd11e88774239a88b77
Headers show
Series ACPI / NUMA: fix a a typo in a comment | expand

Commit Message

Christophe JAILLET June 5, 2021, 7:30 a.m. UTC
Fix a typo in comment related to the closing #endif of an include-guard.
s/__ACP_NUMA_H/__ACPI_NUMA_H/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 include/acpi/acpi_numa.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/acpi/acpi_numa.h b/include/acpi/acpi_numa.h
index 40a91ce87e04..68e4d80c1b32 100644
--- a/include/acpi/acpi_numa.h
+++ b/include/acpi/acpi_numa.h
@@ -43,4 +43,4 @@  static inline void disable_hmat(void)
 {
 }
 #endif				/* CONFIG_ACPI_HMAT */
-#endif				/* __ACP_NUMA_H */
+#endif				/* __ACPI_NUMA_H */