projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0585123
)
__page_to_pfn: Fix typo in comment
author
Zhang Yanfei
<zhangyanfei@cn.fujitsu.com>
Thu, 3 Oct 2013 11:38:14 +0000
(19:38 +0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 14 Oct 2013 13:28:29 +0000
(15:28 +0200)
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>
include/asm-generic/memory_model.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/memory_model.h
b/include/asm-generic/memory_model.h
index aea9e45efce63572eee4daafc2ecfffcdd104b6e..14909b0b9cae71d879df88963a688d37a0e98a8a 100644
(file)
--- a/
include/asm-generic/memory_model.h
+++ b/
include/asm-generic/memory_model.h
@@
-53,7
+53,7
@@
#elif defined(CONFIG_SPARSEMEM)
/*
- * Note: section's mem_map is enco
r
ded 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;
*/
#define __page_to_pfn(pg) \