[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1394097564-11309-1-git-send-email-yong@gnoy.org>
Date: Thu, 6 Mar 2014 18:19:24 +0900
From: Choi Gi-yong <yong@...y.org>
To: iamjoonsoo.kim@....com
Cc: linux-kernel@...r.kernel.org, Choi Gi-yong <yong@...y.org>
Subject: [PATCH] mm: fixed coding style Fix coding style of hugetlb.c Singed-off-by: Choi Gi-yong <yong@...y.org>
---
mm/hugetlb.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 2252cac..fe894f7 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -2896,8 +2896,7 @@ retry:
if (anon_rmap) {
ClearPagePrivate(page);
hugepage_add_new_anon_rmap(page, vma, address);
- }
- else
+ } else
page_dup_rmap(page);
new_pte = make_huge_pte(vma, page, ((vma->vm_flags & VM_WRITE)
&& (vma->vm_flags & VM_SHARED)));
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists