]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitdd43caa353d46386d45dbe77e36e9ee4a9360395
treeac6ede6f99d39c833f582509b63064b3f772f51f
parent52c9841c8392b3c8ada1ac27176fe653055df1a4
[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