Subject: [PATCH] fs: 9p: Kconfig: pedantic cleanups

Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
---
fs/9p/Kconfig | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
index 11045d8..e416057 100644
--- a/fs/9p/Kconfig
+++ b/fs/9p/Kconfig
@@ -31,13 +31,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.
--
1.9.1



2019-03-06 23:28:36

by Dominique Martinet

[permalink] [raw]
Subject: Re: [PATCH] fs: 9p: Kconfig: pedantic cleanups

Enrico Weigelt, metux IT consult wrote on Wed, Mar 06, 2019:
> Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>

I don't mind trivial patches but please resend with a description of
what is done (change spaces to tabs) in the commit message.

That aside I gues there's no harm in it, thanks for the boring work.

--
Dominique

Subject: Re: [PATCH] fs: 9p: Kconfig: pedantic cleanups

On 07.03.19 00:27, Dominique Martinet wrote:
> Enrico Weigelt, metux IT consult wrote on Wed, Mar 06, 2019:
>> Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
>
> I don't mind trivial patches but please resend with a description of
> what is done (change spaces to tabs) in the commit message.

Sorry, forgot that. I've made over 100 of those patches for the various
areas (most of them not even sent out yet), so a lot of copy+paste of
commit messages :o

I'll resend a fixed patch.


--mtx


--
Enrico Weigelt, metux IT consult
Free software and Linux embedded engineering
[email protected] -- +49-151-27565287

Subject: [PATCH v2] fs: 9p: Kconfig: pedantic cleanups

Formatting of Kconfig files doesn't look so pretty, so just
take a damp cloth and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
---
fs/9p/Kconfig | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
index 11045d8..e416057 100644
--- a/fs/9p/Kconfig
+++ b/fs/9p/Kconfig
@@ -31,13 +31,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.
--
1.9.1