Commit db720de8 authored by Jörn Engel's avatar Jörn Engel Committed by Linus Torvalds

[PATCH] Fix wrong CONFIG_* in comment

Our tools are somewhat too stupid.  They find a mistyped CONFIG_HIGMEM
(missing 'H') and assume a dependency on config/higmem.h. Fix the comment.
parent 9ae3a7a2
......@@ -196,7 +196,7 @@ struct page {
#if defined(WANT_PAGE_VIRTUAL)
void *virtual; /* Kernel virtual address (NULL if
not kmapped, ie. highmem) */
#endif /* CONFIG_HIGMEM || WANT_PAGE_VIRTUAL */
#endif /* CONFIG_HIGHMEM || WANT_PAGE_VIRTUAL */
};
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment