Skip to content

Commit

Permalink
samples: configfs: remove redundant newlines
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
brgl authored and Christoph Hellwig committed Oct 7, 2020
1 parent 8964bd4 commit 4472437
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions samples/configfs/configfs_sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>

#include <linux/configfs.h>



/*
* 01-childless
*
Expand Down Expand Up @@ -117,7 +114,6 @@ static struct childless childless_subsys = {
},
};


/* ----------------------------------------------------------------- */

/*
Expand Down Expand Up @@ -185,7 +181,6 @@ static const struct config_item_type simple_child_type = {
.ct_owner = THIS_MODULE,
};


struct simple_children {
struct config_group group;
};
Expand Down Expand Up @@ -263,7 +258,6 @@ static struct configfs_subsystem simple_children_subsys = {
},
};


/* ----------------------------------------------------------------- */

/*
Expand Down

0 comments on commit 4472437

Please sign in to comment.