[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200924124526.17365-4-brgl@bgdev.pl>
Date: Thu, 24 Sep 2020 14:45:17 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Joel Becker <jlbec@...lplan.org>, Christoph Hellwig <hch@....de>
Cc: linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bgolaszewski@...libre.com>
Subject: [PATCH 03/12] samples: configfs: remove redundant newlines
From: Bartosz Golaszewski <bgolaszewski@...libre.com>
There's no need for suplemental newlines in the source file - especially
since the examples are well divided with comments already.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@...libre.com>
---
samples/configfs/configfs_sample.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/samples/configfs/configfs_sample.c b/samples/configfs/configfs_sample.c
index aca994e6ab87..d3370180bcce 100644
--- a/samples/configfs/configfs_sample.c
+++ b/samples/configfs/configfs_sample.c
@@ -17,9 +17,6 @@
#include <linux/module.h>
#include <linux/slab.h>
-
-
-
/*
* 01-childless
*
@@ -117,7 +114,6 @@ static struct childless childless_subsys = {
},
};
-
/* ----------------------------------------------------------------- */
/*
@@ -185,7 +181,6 @@ static const struct config_item_type simple_child_type = {
.ct_owner = THIS_MODULE,
};
-
struct simple_children {
struct config_group group;
};
@@ -263,7 +258,6 @@ static struct configfs_subsystem simple_children_subsys = {
},
};
-
/* ----------------------------------------------------------------- */
/*
--
2.17.1
Powered by blists - more mailing lists