From: Krzysztof Kozlowski Date: Wed, 20 Nov 2019 13:43:40 +0000 (+0800) Subject: 9p: Fix Kconfig indentation X-Git-Tag: v5.7-rc1~74^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f5bd6a2020178e90ccf50a05bccda9883c442ae;p=thirdparty%2Flinux.git 9p: Fix Kconfig indentation Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Link: http://lkml.kernel.org/r/20191120134340.16770-1-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski Signed-off-by: Dominique Martinet --- diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig index ac2ec4543fe15..09fd4a185fd21 100644 --- a/fs/9p/Kconfig +++ b/fs/9p/Kconfig @@ -32,13 +32,13 @@ endif config 9P_FS_SECURITY - bool "9P Security Labels" - depends on 9P_FS - help - Security labels support alternative access control models - implemented by security modules like SELinux. This option - enables an extended attribute handler for file security - labels in the 9P filesystem. - - If you are not using a security module that requires using - extended attributes for file security labels, say N. + bool "9P Security Labels" + depends on 9P_FS + help + Security labels support alternative access control models + implemented by security modules like SELinux. This option + enables an extended attribute handler for file security + labels in the 9P filesystem. + + If you are not using a security module that requires using + extended attributes for file security labels, say N.