Commit 8b36cbab authored by Linus Torvalds's avatar Linus Torvalds

Fix bogus preprocessor end comment to match the real scope.

parent 1ced4444
...@@ -196,7 +196,7 @@ struct page { ...@@ -196,7 +196,7 @@ struct page {
#if defined(WANT_PAGE_VIRTUAL) #if defined(WANT_PAGE_VIRTUAL)
void *virtual; /* Kernel virtual address (NULL if void *virtual; /* Kernel virtual address (NULL if
not kmapped, ie. highmem) */ not kmapped, ie. highmem) */
#endif /* CONFIG_HIGHMEM || WANT_PAGE_VIRTUAL */ #endif /* 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