mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
staging: exfat: Fix a typo in Kconfig
This patch fix a spelling typo in Kconfig. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Link: https://lore.kernel.org/r/20190930130504.21994-1-standby24x7@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a358eea07c
commit
89d5f78fab
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user