From: Steve French Date: Mon, 1 Oct 2012 17:48:03 +0000 (-0500) Subject: [CIFS] Fix indentation of fs/cifs/Kconfig entries X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~66^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4ab9077681b7cce60ff46e3a42fe2dafa0b83d;p=pandora-kernel.git [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 Signed-off-by: Steve French --- Reading git-diff-tree failed