commit | a367927813c41c3c097e6237ccc09d3750f56c9d | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas@tuxera.com> | Fri Jan 05 02:45:20 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 22 16:43:31 2018 -0500 |
tree | 9f6177459977ebcc72128214add307d7e9041374 | |
parent | dc256cdbbab78a17cb063603298d19e21bb3c87b [diff] [blame] |
fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
diff --git a/fs/fat/Kconfig b/fs/fat/Kconfig index e7978aa..9bb11ea 100644 --- a/fs/fat/Kconfig +++ b/fs/fat/Kconfig
@@ -14,7 +14,7 @@ existing FAT filesystem partition. config FS_FAT_MAX_CLUSTSIZE - int "Set maximum possible clusersize" + int "Set maximum possible clustersize" default 65536 depends on FS_FAT help