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@baylibre.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
-
#include <linux/configfs.h>
-
-
/*
* 01-childless
*
},
};
-
/* ----------------------------------------------------------------- */
/*
.ct_owner = THIS_MODULE,
};
-
struct simple_children {
struct config_group group;
};
},
};
-
/* ----------------------------------------------------------------- */
/*