lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 23 Mar 2017 10:12:44 +0200
From:   Kristaps Civkulis <kristaps.civkulis@...il.com>
To:     akpm@...ux-foundation.org
Cc:     mhocko@...e.com, mike.kravetz@...cle.com, linux-mm@...ck.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH] mm: fix a coding style issue

Fix a coding style issue.

Signed-off-by: Kristaps Civkulis <kristaps.civkulis@...il.com>
---
Resend, because it should be only [PATCH] in subject.
---
  mm/hugetlb.c | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 3d0aab9ee80d..4c72c1974c8c 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -1916,8 +1916,7 @@ static long __vma_reservation_common(struct hstate *h,
  			return 0;
  		else
  			return 1;
-	}
-	else
+	} else
  		return ret < 0 ? ret : 0;
  }

-- 
2.12.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ