diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2008-10-12 15:53:01 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-10-12 15:53:01 -0400 |
commit | f319fb8bf6899e08bdb8d1e09a4e7a129dfa2312 (patch) | |
tree | c54494adb7a698bf914bc882c79bd01cfb1120c3 /fs/Kconfig | |
parent | 3244fcb1ae03362e4aa8cb1a9039fbfd61661859 (diff) |
ext4: fix kconfig typo and extra whitespace
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 40183d94b683..f54a157a0296 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -170,8 +170,8 @@ config EXT4DEV_COMPAT | |||
170 | help | 170 | help |
171 | Starting with 2.6.28, the name of the ext4 filesystem was | 171 | Starting with 2.6.28, the name of the ext4 filesystem was |
172 | renamed from ext4dev to ext4. Unfortunately there are some | 172 | renamed from ext4dev to ext4. Unfortunately there are some |
173 | lagecy userspace programs (such as klibc's fstype) have | 173 | legacy userspace programs (such as klibc's fstype) have |
174 | "ext4dev" hardcoded. | 174 | "ext4dev" hardcoded. |
175 | 175 | ||
176 | To enable backwards compatibility so that systems that are | 176 | To enable backwards compatibility so that systems that are |
177 | still expecting to mount ext4 filesystems using ext4dev, | 177 | still expecting to mount ext4 filesystems using ext4dev, |