cifs: fix indentation in make menuconfig options
authorSteve French <stfrench@microsoft.com>
Tue, 31 Jan 2023 01:32:52 +0000 (19:32 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 20 Feb 2023 17:48:47 +0000 (11:48 -0600)
commit77e3f338df79b4584ec4a518e43db38455a6dfb3
treeed850c9c513b5100aec5c160e3fa6385544cce1e
parented2f1d9cea0b3b6aef0f3eabf8072f9277de6831
cifs: fix indentation in make menuconfig options

The options that are displayed for the smb3.1.1/cifs client
in "make menuconfig" are confusing because some of them are
not indented making them not appear to be related to cifs.ko
Fix that by adding an if/endif (similar to what ceph and 9pm did)
if fs/cifs/Kconfig

Suggested-by: David Howells <dhowells@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/Kconfig