Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

__page_to_pfn: Fix typo in comment

Fix typo in __page_to_pfn comment: s/encorded/encoded.

Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Zhang Yanfei and committed by
Jiri Kosina
1a49123b 0585123e

+1 -1
+1 -1
include/asm-generic/memory_model.h
··· 53 53 54 54 #elif defined(CONFIG_SPARSEMEM) 55 55 /* 56 - * Note: section's mem_map is encorded to reflect its start_pfn. 56 + * Note: section's mem_map is encoded to reflect its start_pfn. 57 57 * section[i].section_mem_map == mem_map's address - start_pfn; 58 58 */ 59 59 #define __page_to_pfn(pg) \