Commit f1802d1c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] pte_chain comment fix

From: Carl Spalletta <ioanamitu@yahoo.com>

Fix a comment bug.
parent b6187328
...@@ -50,7 +50,8 @@ ...@@ -50,7 +50,8 @@
/* /*
* next_and_idx encodes both the address of the next pte_chain and the * next_and_idx encodes both the address of the next pte_chain and the
* offset of the highest-index used pte in ptes[]. * offset of the lowest-index used pte in ptes[] (which is equal also
* to the offset of the highest-index unused pte in ptes[], plus one).
*/ */
struct pte_chain { struct pte_chain {
unsigned long next_and_idx; unsigned long next_and_idx;
......
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