aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/acpi/acpi_numa.h
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2021-06-05 09:30:19 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-06-07 16:41:10 +0200
commit237a47ebc39de7f3763e2fd11e88774239a88b77 (patch)
tree0b2531f1f19ac81e2d04ae8b24300a635b0386d2 /include/acpi/acpi_numa.h
parentACPI: OSL: Use DEFINE_RES_IO_NAMED() to simplify code (diff)
downloadwireguard-linux-237a47ebc39de7f3763e2fd11e88774239a88b77.tar.xz
wireguard-linux-237a47ebc39de7f3763e2fd11e88774239a88b77.zip
ACPI: NUMA: fix typo in a comment
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> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/acpi_numa.h')
-rw-r--r--include/acpi/acpi_numa.h2
1 files changed, 1 insertions, 1 deletions
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 */