diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2018-06-12 02:05:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-12 15:31:19 -0400 |
commit | ea8781e5e70c14a98d62bc2bd19b57e71e773717 (patch) | |
tree | 626f40be02b23993580836416ca921beadffd9c1 | |
parent | b357bf6023a948cf6a9472f07a1b0caac0e4f8e8 (diff) |
autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description
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>
-rw-r--r-- | fs/autofs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs/Kconfig b/fs/autofs/Kconfig index 55c3930a907b..eaebcd430cc3 100644 --- a/fs/autofs/Kconfig +++ b/fs/autofs/Kconfig | |||
@@ -4,7 +4,7 @@ config AUTOFS4_FS | |||
4 | help | 4 | help |
5 | This name exists for people to just automatically pick up the | 5 | This name exists for people to just automatically pick up the |
6 | new name of the autofs Kconfig option. All it does is select | 6 | new name of the autofs Kconfig option. All it does is select |
7 | thenew new option name. | 7 | the new option name. |
8 | 8 | ||
9 | It will go away in a release or two as people have | 9 | It will go away in a release or two as people have |
10 | transitioned to just plain AUTOFS_FS. | 10 | transitioned to just plain AUTOFS_FS. |