Skip to content

Commit 237a47e

Browse files
tititiou36rafaeljw
authored andcommitted
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 <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 01c3d59 commit 237a47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/acpi/acpi_numa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ static inline void disable_hmat(void)
4343
{
4444
}
4545
#endif /* CONFIG_ACPI_HMAT */
46-
#endif /* __ACP_NUMA_H */
46+
#endif /* __ACPI_NUMA_H */

0 commit comments

Comments
 (0)