Big cleanup in config help and description
[oweals/busybox.git] / util-linux / volume_id / f2fs.c
index bf0b6627841af20b6fb05686df4d1518f3f1f15d..1d3bdae364334257eadda0febae4a350c88e2b59 100644 (file)
@@ -8,7 +8,6 @@
 
 //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_F2FS) += f2fs.o
 
-//config:
 //config:config FEATURE_VOLUMEID_F2FS
 //config:      bool "f2fs filesystem"
 //config:      default y
@@ -18,7 +17,6 @@
 //config:        which is adapted to newer forms of storage. F2FS also remedies some
 //config:        known issues of the older log structured file systems, such as high
 //config:        cleaning overhead.
-//config:
 
 #include "volume_id_internal.h"