projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cab893d
)
ext4: Fix Kconfig typo for ext4dev
author
Manish Katiyar
<mkatiyar@gmail.com>
Mon, 13 Oct 2008 13:01:02 +0000
(09:01 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 13 Oct 2008 13:01:02 +0000
(09:01 -0400)
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 <mkatiyar@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/Kconfig
b/fs/Kconfig
index 9e9d70c02a07c9a8876f71c3445ac5092c563810..d0a1174fb516c14f63862e42919d74c044df7882 100644
(file)
--- 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 ext4
dev
.
+ module will be called ext4.
If unsure, say N.