projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd084d
)
fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description
author
Tuomas Tynkkynen
<tuomas@tuxera.com>
Fri, 5 Jan 2018 00:45:20 +0000
(
02:45
+0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Jan 2018 21:43:31 +0000
(16:43 -0500)
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
fs/fat/Kconfig
patch
|
blob
|
history
diff --git
a/fs/fat/Kconfig
b/fs/fat/Kconfig
index
e7978aa
..
9bb11ea
100644
(file)
--- a/
fs/fat/Kconfig
+++ b/
fs/fat/Kconfig
@@
-14,7
+14,7
@@
config FAT_WRITE
existing FAT filesystem partition.
config FS_FAT_MAX_CLUSTSIZE
- int "Set maximum possible clusersize"
+ int "Set maximum possible clus
t
ersize"
default 65536
depends on FS_FAT
help