Big cleanup in config help and description
[oweals/busybox.git] / util-linux / volume_id / exfat.c
index c3aa3680435f86f43660e4034136eed774cfe12a..7ed13a70e1a7cab190d3d51c723e60f9347bad20 100644 (file)
@@ -20,7 +20,6 @@
 
 //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_EXFAT) += exfat.o
 
-//config:
 //config:config FEATURE_VOLUMEID_EXFAT
 //config:      bool "exFAT filesystem"
 //config:      default y
@@ -29,7 +28,6 @@
 //config:        exFAT (extended FAT) is a proprietary file system designed especially
 //config:        for flash drives. It has many features from NTFS, but with less
 //config:        overhead. exFAT is used on most SDXC cards for consumer electronics.
-//config:
 
 #include "volume_id_internal.h"