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:
1f522a4
)
mm/vmstat.c: fix wrong comment
author
SeongJae Park
<
[email protected]
>
Wed, 6 Sep 2017 23:24:23 +0000
(16:24 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 7 Sep 2017 00:27:29 +0000
(17:27 -0700)
Comment for pagetypeinfo_showblockcount() is mistakenly duplicated from
pagetypeinfo_show_free()'s comment. This commit fixes it.
Link:
http://lkml.kernel.org/r/
[email protected]
Fixes: 467c996c1e19 ("Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo")
Signed-off-by: SeongJae Park <
[email protected]
>
Cc: Michal Hocko <
[email protected]
>
Cc: Vlastimil Babka <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/vmstat.c
patch
|
blob
|
history
diff --git
a/mm/vmstat.c
b/mm/vmstat.c
index 05de233a6fcac10b63c44c03010a06af877f1766..85f3a2e04adce033681df7274cda7ae9f8acb8b9 100644
(file)
--- a/
mm/vmstat.c
+++ b/
mm/vmstat.c
@@
-1255,7
+1255,7
@@
static void pagetypeinfo_showblockcount_print(struct seq_file *m,
seq_putc(m, '\n');
}
-/* Print out the
free pages at each order
for each migratetype */
+/* Print out the
number of pageblocks
for each migratetype */
static int pagetypeinfo_showblockcount(struct seq_file *m, void *arg)
{
int mtype;