projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a358eea
)
staging: exfat: Fix a typo in Kconfig
author
Masanari Iida
<standby24x7@gmail.com>
Mon, 30 Sep 2019 13:05:04 +0000
(22:05 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 1 Oct 2019 06:16:04 +0000
(08:16 +0200)
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>
drivers/staging/exfat/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/exfat/Kconfig
b/drivers/staging/exfat/Kconfig
index
59e07af
..
ce32dfe
100644
(file)
--- 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 filesys
t
ems by exFAT"
depends on EXFAT_FS
default y
help