summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-04-18 09:47:02 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-04-23 17:17:54 +1000
commit41a897ab497c38c59aa6266f9b23f78fab186e31 (patch)
tree2c37f35d6642b996789bf98e514ba5a5029ba3fc /mm
parent71233250200f43408f94714f2150f4744da586e1 (diff)
mm-hugetlb-include-hugepages-in-meminfo-checkpatch-fixes
ERROR: code indent should use tabs where possible #64: FILE: mm/hugetlb.c:2132: +^I^I ^Inid,$ WARNING: please, no space before tabs #64: FILE: mm/hugetlb.c:2132: +^I^I ^Inid,$ total: 1 errors, 1 warnings, 52 lines checked NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or scripts/cleanfile ./patches/mm-hugetlb-include-hugepages-in-meminfo.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/hugetlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 799f17661cc0..f8feeeca6686 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -2129,7 +2129,7 @@ void hugetlb_show_meminfo(void)
for_each_node_state(nid, N_MEMORY)
for_each_hstate(h)
pr_info("Node %d hugepages_total=%u hugepages_free=%u hugepages_surp=%u hugepages_size=%lukB\n",
- nid,
+ nid,
h->nr_huge_pages_node[nid],
h->free_huge_pages_node[nid],
h->surplus_huge_pages_node[nid],