From: Andrew Morton Date: Tue, 26 Mar 2013 23:24:42 +0000 (+1100) Subject: mm-hugetlb-include-hugepages-in-meminfo-checkpatch-fixes X-Git-Tag: next-20130402~2^2~378 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=03a1a4848b2e4bd62516b9de0cb0fb5814475249;p=karo-tx-linux.git 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 Signed-off-by: Andrew Morton --- diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 406ce411792b..bacdf38800d6 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],