Skip to content

Commit 1f5bd6a

Browse files
krzkDominique Martinet
authored andcommitted
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/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Dominique Martinet <[email protected]>
1 parent 16fbf79 commit 1f5bd6a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

fs/9p/Kconfig

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ endif
3232

3333

3434
config 9P_FS_SECURITY
35-
bool "9P Security Labels"
36-
depends on 9P_FS
37-
help
38-
Security labels support alternative access control models
39-
implemented by security modules like SELinux. This option
40-
enables an extended attribute handler for file security
41-
labels in the 9P filesystem.
42-
43-
If you are not using a security module that requires using
44-
extended attributes for file security labels, say N.
35+
bool "9P Security Labels"
36+
depends on 9P_FS
37+
help
38+
Security labels support alternative access control models
39+
implemented by security modules like SELinux. This option
40+
enables an extended attribute handler for file security
41+
labels in the 9P filesystem.
42+
43+
If you are not using a security module that requires using
44+
extended attributes for file security labels, say N.

0 commit comments

Comments
 (0)