linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: adding newline after declaration
@ 2017-06-29 11:34 Pushkar Jambhlekar
  0 siblings, 0 replies; only message in thread
From: Pushkar Jambhlekar @ 2017-06-29 11:34 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: linux-kernel, linux-mm, Pushkar Jambhlekar

Adding newline after declaration to follow coding guideline

Signed-off-by: Pushkar Jambhlekar <pushkar.iit@gmail.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

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-29 11:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 11:34 [PATCH] mm: adding newline after declaration Pushkar Jambhlekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).