diff options
author | Masanari Iida <standby24x7@gmail.com> | 2019-09-30 15:05:04 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-01 08:16:04 +0200 |
commit | 89d5f78fab48844d750f6f3a419e26f7f828bac8 (patch) | |
tree | 7870775e4aced99144e9667fdd365855dbcb03f3 /drivers | |
parent | staging: exfat - fix SPDX tags.. (diff) | |
download | linux-89d5f78fab48844d750f6f3a419e26f7f828bac8.tar.xz linux-89d5f78fab48844d750f6f3a419e26f7f828bac8.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/exfat/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/exfat/Kconfig b/drivers/staging/exfat/Kconfig index 59e07afe249c..ce32dfe33bec 100644 --- a/drivers/staging/exfat/Kconfig +++ b/drivers/staging/exfat/Kconfig @@ -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 |