Commit 89d5f78f authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman
Browse files

staging: exfat: Fix a typo in Kconfig

parent a358eea0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ config EXFAT_FS
	  This adds support for the exFAT file system.

config EXFAT_DONT_MOUNT_VFAT
	bool "Prohibit mounting of fat/vfat filesysems by exFAT"
	bool "Prohibit mounting of fat/vfat filesystems by exFAT"
	depends on EXFAT_FS
	default y
	help