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:
23f086f
)
mm: fix typo of MIGRATE_RESERVE in comment
author
Baoquan He
<bhe@redhat.com>
Wed, 11 Feb 2015 23:25:10 +0000
(15:25 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 12 Feb 2015 01:06:01 +0000
(17:06 -0800)
Found it when I want to jump to the definition of MIGRATE_RESERVE ctags.
Signed-off-by: Baoquan He <bhe@redhat.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
|
history
diff --git
a/include/linux/mmzone.h
b/include/linux/mmzone.h
index 2f0856d14b212d80786e09da61fcf6fcf21b09d8..b4182970133479e4ccbac3ed2365f1453c029200 100644
(file)
--- a/
include/linux/mmzone.h
+++ b/
include/linux/mmzone.h
@@
-426,7
+426,7
@@
struct zone {
const char *name;
/*
- * Number of MIGRATE_RESEVE page block. To maintain for just
+ * Number of MIGRATE_RESE
R
VE page block. To maintain for just
* optimization. Protected by zone->lock.
*/
int nr_migrate_reserve_block;