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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 29 Jun 2017 17:04:52 +0530
From:   Pushkar Jambhlekar <pushkar.iit@...il.com>
To:     Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
Cc:     linux-kernel@...r.kernel.org, linux-mm@...ck.org,
        Pushkar Jambhlekar <pushkar.iit@...il.com>
Subject: [PATCH] mm: adding newline after declaration

Adding newline after declaration to follow coding guideline

Signed-off-by: Pushkar Jambhlekar <pushkar.iit@...il.com>
---
 mm/cleancache.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mm/cleancache.c b/mm/cleancache.c
index f7b9fdc..051c5d0 100644
--- a/mm/cleancache.c
+++ b/mm/cleancache.c
@@ -305,6 +305,7 @@ static int __init init_cleancache(void)
 {
 #ifdef CONFIG_DEBUG_FS
 	struct dentry *root = debugfs_create_dir("cleancache", NULL);
+
 	if (root == NULL)
 		return -ENXIO;
 	debugfs_create_u64("succ_gets", S_IRUGO, root, &cleancache_succ_gets);
-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ