From: Bartosz Golaszewski Date: Wed, 7 Oct 2020 13:43:56 +0000 (+0200) Subject: samples: configfs: remove redundant newlines X-Git-Tag: v5.10-rc1~119^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=447243737c9d52d9c77fe0da0ed993903b64f28c;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Christoph Hellwig --- diff --git a/samples/configfs/configfs_sample.c b/samples/configfs/configfs_sample.c index e2398d94e8da3..cabe77ef05d52 100644 --- a/samples/configfs/configfs_sample.c +++ b/samples/configfs/configfs_sample.c @@ -15,11 +15,8 @@ #include #include #include - #include - - /* * 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 = { }, }; - /* ----------------------------------------------------------------- */ /*