[<prev] [next>] [day] [month] [year] [list]
Message-ID: <524D5726.4060608@gmail.com>
Date: Thu, 03 Oct 2013 19:38:14 +0800
From: Zhang Yanfei <zhangyanfei.yes@...il.com>
To: Jiri Kosina <trivial@...nel.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Zhang Yanfei <zhangyanfei@...fujitsu.com>
Subject: [PATCH TRIVIAL] __page_to_pfn: Fix typo in comment
From: Zhang Yanfei <zhangyanfei@...fujitsu.com>
Fix typo in __page_to_pfn comment: s/encorded/encoded.
Signed-off-by: Zhang Yanfei <zhangyanfei@...fujitsu.com>
---
include/asm-generic/memory_model.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-generic/memory_model.h b/include/asm-generic/memory_model.h
index aea9e45..14909b0 100644
--- 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 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;
*/
#define __page_to_pfn(pg) \
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists