Commit 1a49123b authored by Zhang Yanfei's avatar Zhang Yanfei Committed by Jiri Kosina

__page_to_pfn: Fix typo in comment

Fix typo in __page_to_pfn comment: s/encorded/encoded.
Signed-off-by: default avatarZhang Yanfei <zhangyanfei@cn.fujitsu.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0585123e
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
#elif defined(CONFIG_SPARSEMEM) #elif defined(CONFIG_SPARSEMEM)
/* /*
* Note: section's mem_map is encorded to reflect its start_pfn. * Note: section's mem_map is encoded to reflect its start_pfn.
* section[i].section_mem_map == mem_map's address - start_pfn; * section[i].section_mem_map == mem_map's address - start_pfn;
*/ */
#define __page_to_pfn(pg) \ #define __page_to_pfn(pg) \
......
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