ext4: Fix Kconfig typo for ext4dev From: Manish Katiyar Looks like there is one more instance where ext4dev should be changed to ext4 because the module name will be "ext4" unless EXT4DEV_COMPAT is selected. Signed-off-by: Manish Katiyar Signed-off-by: Theodore Ts'o diff --git a/fs/Kconfig b/fs/Kconfig index f54a157..b013642 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -160,7 +160,7 @@ config EXT4_FS filesystem initially. To compile this file system support as a module, choose M here. The - module will be called ext4dev. + module will be called ext4. If unsure, say N.