提交 1e6de5a9 编写于 作者: M Ma Wupeng 提交者: Jialin Zhang

mm: mem_reliable: Fix blank space issue in reliable_report_usage()

hulk inclusion
category: cleanup
bugzilla: https://gitee.com/openeuler/kernel/issues/I6WKXZ
CVE: NA

--------------------------------

The blank space before kB is needed to align the previous memory report
style.
Signed-off-by: NMa Wupeng <mawupeng1@huawei.com>
Reviewed-by: NKefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: NJialin Zhang <zhangjialin11@huawei.com>
上级 2e9bafbf
...@@ -529,5 +529,5 @@ void reliable_report_usage(struct seq_file *m, struct mm_struct *mm) ...@@ -529,5 +529,5 @@ void reliable_report_usage(struct seq_file *m, struct mm_struct *mm)
return; return;
SEQ_PUT_DEC("Reliable:\t", atomic_long_read(&mm->reliable_nr_page)); SEQ_PUT_DEC("Reliable:\t", atomic_long_read(&mm->reliable_nr_page));
seq_puts(m, "kB\n"); seq_puts(m, " kB\n");
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册