From: Christophe JAILLET Date: Sat, 5 Jun 2021 07:30:19 +0000 (+0200) Subject: ACPI: NUMA: fix typo in a comment X-Git-Tag: block-5.14-2021-07-08~50^2^5~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=237a47ebc39de7f3763e2fd11e88774239a88b77;p=linux-2.6-block.git 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 Signed-off-by: Rafael J. Wysocki --- 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 */