Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Christophe JAILLET and committed by
Rafael J. Wysocki
237a47eb 01c3d593

+1 -1
+1 -1
include/acpi/acpi_numa.h
··· 43 43 { 44 44 } 45 45 #endif /* CONFIG_ACPI_HMAT */ 46 - #endif /* __ACP_NUMA_H */ 46 + #endif /* __ACPI_NUMA_H */