[CIFS] Fix indentation of fs/cifs/Kconfig entries
authorSteve French <smfrench@gmail.com>
Mon, 1 Oct 2012 17:48:03 +0000 (12:48 -0500)
committerSteve French <smfrench@gmail.com>
Mon, 1 Oct 2012 17:48:03 +0000 (12:48 -0500)
commit1d4ab9077681b7cce60ff46e3a42fe2dafa0b83d
treeac6ede6f99d39c833f582509b63064b3f772f51f
parente4aa25e7801163df058f62c617b859e9d3d4b148
[CIFS] Fix indentation of fs/cifs/Kconfig entries

make menuconfig for cifs shows multiple entries toward
the end of the list with the incorrect indentation
(probably a bug in Kconfig parsing of items
that are dependant on the module (cifs=m instead of
just CONFIG_CIFS).  This patch fixes the indentation
of all but the last entry (CIFS_ACL) which I don't
know how to fix. It also clarifies wording in
two places

Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/Kconfig