linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 9p: Fix Kconfig indentation
@ 2019-11-20 13:43 Krzysztof Kozlowski
  2019-11-20 14:01 ` Dominique Martinet
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-20 13:43 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Eric Van Hensbergen, Latchesar Ionkov,
	Dominique Martinet, v9fs-developer

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 fs/9p/Kconfig | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig
index ac2ec4543fe1..09fd4a185fd2 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.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] 9p: Fix Kconfig indentation
  2019-11-20 13:43 [PATCH] 9p: Fix Kconfig indentation Krzysztof Kozlowski
@ 2019-11-20 14:01 ` Dominique Martinet
  2019-11-21  1:14   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Dominique Martinet @ 2019-11-20 14:01 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Eric Van Hensbergen, Latchesar Ionkov, v9fs-developer

Krzysztof Kozlowski wrote on Wed, Nov 20, 2019:
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
> 	$ sed -e 's/^        /\t/' -i */Kconfig

I take it janitors weren't interested in these?

Since it's just 9p I can take it, but if this is the only patch I get it
might take a couple of months to get in.
Will do depending on your answer.

-- 
Dominique

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] 9p: Fix Kconfig indentation
  2019-11-20 14:01 ` Dominique Martinet
@ 2019-11-21  1:14   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-21  1:14 UTC (permalink / raw)
  To: Dominique Martinet
  Cc: linux-kernel, Eric Van Hensbergen, Latchesar Ionkov, v9fs-developer

On Wed, 20 Nov 2019 at 22:08, Dominique Martinet <asmadeus@codewreck.org> wrote:
>
> Krzysztof Kozlowski wrote on Wed, Nov 20, 2019:
> > Adjust indentation from spaces to tab (+optional two spaces) as in
> > coding style with command like:
> >       $ sed -e 's/^        /\t/' -i */Kconfig
>
> I take it janitors weren't interested in these?
>
> Since it's just 9p I can take it, but if this is the only patch I get it
> might take a couple of months to get in.
> Will do depending on your answer.

Neither trivial nor kernel-janitors picked up previous version so
let's feel free to take, even if it sits in your tree for some time.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-21  1:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 13:43 [PATCH] 9p: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-20 14:01 ` Dominique Martinet
2019-11-21  1:14   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).