projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b357bf6
)
autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Tue, 12 Jun 2018 06:05:55 +0000
(08:05 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 12 Jun 2018 19:31:19 +0000
(12:31 -0700)
Fixes: a2225d931f75ddd3 ("autofs: remove left-over autofs4 stubs")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/autofs/Kconfig
patch
|
blob
|
history
diff --git
a/fs/autofs/Kconfig
b/fs/autofs/Kconfig
index 55c3930a907b395e7dbb9bb92757709a28e15f1d..eaebcd430cc3d40489f5ed13c74ce34fc436f5d1 100644
(file)
--- a/
fs/autofs/Kconfig
+++ b/
fs/autofs/Kconfig
@@
-4,7
+4,7
@@
config AUTOFS4_FS
help
This name exists for people to just automatically pick up the
new name of the autofs Kconfig option. All it does is select
- the
new
new option name.
+ the new option name.
It will go away in a release or two as people have
transitioned to just plain AUTOFS_FS.