mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding style
[deliverable/linux.git] / mm / hugetlb.c
index c5aa439933649675d1c9d1c33367fbd4ca2cfa4a..27938c441b6feb3ec7751bacc7ce902ab653d63a 100644 (file)
@@ -2898,8 +2898,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)));
This page took 0.023811 seconds and 5 git commands to generate.