fs: cifs: Kconfig: pedantic formatting

Formatting of Kconfig files doesn't look so pretty, so just
take damp cloth and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Enrico Weigelt, metux IT consult 2019-03-06 23:22:59 +01:00 committed by Steve French
parent 69dc4b1817
commit 50cfad780b
1 changed files with 59 additions and 59 deletions

View File

@ -159,6 +159,7 @@ config CIFS_DEBUG
Enabling this option adds helpful debugging messages to
the cifs code which increases the size of the cifs module.
If unsure, say Y.
config CIFS_DEBUG2
bool "Enable additional CIFS debugging routines"
depends on CIFS_DEBUG
@ -215,4 +216,3 @@ config CIFS_FSCACHE
Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data
to be cached locally on disk through the general filesystem cache
manager. If unsure, say N.