projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f919b19
)
mm: fix comment referring to non-existent size_seqlock, change to span_seqlock
author
Cody P Schafer
<cody@linux.vnet.ibm.com>
Wed, 3 Jul 2013 22:02:08 +0000
(15:02 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:29 +0000
(16:07 -0700)
Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mmzone.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mmzone.h
b/include/linux/mmzone.h
index fce64afba0426851dee4bcd7dad4a78d6352e47a..9ec7cffcae2188fe65873ea0d976ca955aabef8b 100644
(file)
--- a/
include/linux/mmzone.h
+++ b/
include/linux/mmzone.h
@@
-733,7
+733,7
@@
typedef struct pglist_data {
* or node_spanned_pages stay constant. Holding this will also
* guarantee that any pfn_valid() stays that way.
*
- * Nests above zone->lock and zone->s
ize_seqlock.
+ * Nests above zone->lock and zone->s
pan_seqlock
*/
spinlock_t node_size_lock;
#endif