Skip to content

Commit 4472437

Browse files
brglChristoph Hellwig
authored andcommitted
samples: configfs: remove redundant newlines
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 <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 8964bd4 commit 4472437

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

samples/configfs/configfs_sample.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@
1515
#include <linux/init.h>
1616
#include <linux/module.h>
1717
#include <linux/slab.h>
18-
1918
#include <linux/configfs.h>
2019

21-
22-
2320
/*
2421
* 01-childless
2522
*
@@ -117,7 +114,6 @@ static struct childless childless_subsys = {
117114
},
118115
};
119116

120-
121117
/* ----------------------------------------------------------------- */
122118

123119
/*
@@ -185,7 +181,6 @@ static const struct config_item_type simple_child_type = {
185181
.ct_owner = THIS_MODULE,
186182
};
187183

188-
189184
struct simple_children {
190185
struct config_group group;
191186
};
@@ -263,7 +258,6 @@ static struct configfs_subsystem simple_children_subsys = {
263258
},
264259
};
265260

266-
267261
/* ----------------------------------------------------------------- */
268262

269263
/*

0 commit comments

Comments
 (0)