Skip to content

Commit

Permalink
ACPI: NUMA: fix typo in a comment
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tititiou36 authored and rafaeljw committed Jun 7, 2021
1 parent 01c3d59 commit 237a47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/acpi/acpi_numa.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ static inline void disable_hmat(void)
{
}
#endif /* CONFIG_ACPI_HMAT */
#endif /* __ACP_NUMA_H */
#endif /* __ACPI_NUMA_H */

0 comments on commit 237a47e

Please sign in to comment.