linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] zram: Fix Kconfig indentation
@ 2019-11-21 13:29 Krzysztof Kozlowski
  2019-11-22  1:28 ` Sergey Senozhatsky
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-21 13:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Minchan Kim, Nitin Gupta,
	Sergey Senozhatsky, Jens Axboe, linux-block

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>
---
 drivers/block/zram/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/block/zram/Kconfig b/drivers/block/zram/Kconfig
index fe7a4b7d30cf..f7ad14f53516 100644
--- a/drivers/block/zram/Kconfig
+++ b/drivers/block/zram/Kconfig
@@ -15,9 +15,9 @@ config ZRAM
 	  See Documentation/admin-guide/blockdev/zram.rst for more information.
 
 config ZRAM_WRITEBACK
-       bool "Write back incompressible or idle page to backing device"
-       depends on ZRAM
-       help
+	bool "Write back incompressible or idle page to backing device"
+	depends on ZRAM
+	help
 	 With incompressible page, there is no memory saving to keep it
 	 in memory. Instead, write it out to backing device.
 	 For this feature, admin should set up backing device via
-- 
2.17.1


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

* Re: [PATCH] zram: Fix Kconfig indentation
  2019-11-21 13:29 [PATCH] zram: Fix Kconfig indentation Krzysztof Kozlowski
@ 2019-11-22  1:28 ` Sergey Senozhatsky
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Senozhatsky @ 2019-11-22  1:28 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Minchan Kim, Nitin Gupta, Sergey Senozhatsky,
	Jens Axboe, linux-block, Andrew Morton

Cc-ing Andrew

id: 20191121132935.29604-1-krzk@kernel.org

On (19/11/21 21:29), Krzysztof Kozlowski wrote:
> 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>

Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>

	-ss

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-21 13:29 [PATCH] zram: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-22  1:28 ` Sergey Senozhatsky

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).