diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-01 19:38:46 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-01 19:38:46 +0000 |
commit | 3856a9d443ee24248683c415e535f7a2b0fed0f3 (patch) | |
tree | df609fda7681cc04f1de402861e5048a503f0fbd /fs/Kconfig | |
parent | 7c7b25bc8e392aea781324efa771bc191377b876 (diff) |
[CIFS] Fix minor build breaks due to cifs kconfig issues
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index c4eaacb8607..d49b2a8c0be 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1731,7 +1731,7 @@ config CIFS_POSIX CIFS POSIX ACL support. If unsure, say N. config CIFS_DEBUG2 - bool "Enable additional CIFS debugging routines + bool "Enable additional CIFS debugging routines" help Enabling this option adds a few more debugging routines to the cifs code which slightly increases the size of |