[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1552310346-7629-92-git-send-email-info@metux.net>
Date: Mon, 11 Mar 2019 14:18:43 +0100
From: "Enrico Weigelt, metux IT consult" <info@...ux.net>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 091/114] block: Kconfig: pedantic formatting
Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.
Signed-off-by: Enrico Weigelt, metux IT consult <info@...ux.net>
---
block/Kconfig | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/block/Kconfig b/block/Kconfig
index 028bc08..eb7e1bf 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -3,26 +3,26 @@
# Block layer core configuration
#
menuconfig BLOCK
- bool "Enable the block layer" if EXPERT
- default y
- select SBITMAP
- select SRCU
- help
- Provide block layer support for the kernel.
+ bool "Enable the block layer" if EXPERT
+ default y
+ select SBITMAP
+ select SRCU
+ help
+ Provide block layer support for the kernel.
- Disable this option to remove the block layer support from the
- kernel. This may be useful for embedded devices.
+ Disable this option to remove the block layer support from the
+ kernel. This may be useful for embedded devices.
- If this option is disabled:
+ If this option is disabled:
- block device files will become unusable
- some filesystems (such as ext3) will become unavailable.
- Also, SCSI character devices and USB storage will be disabled since
- they make use of various block layer definitions and facilities.
+ Also, SCSI character devices and USB storage will be disabled since
+ they make use of various block layer definitions and facilities.
- Say Y here unless you know you really don't want to mount disks and
- suchlike.
+ Say Y here unless you know you really don't want to mount disks and
+ suchlike.
if BLOCK
@@ -177,8 +177,8 @@ config BLK_DEBUG_FS
say Y here.
config BLK_DEBUG_FS_ZONED
- bool
- default BLK_DEBUG_FS && BLK_DEV_ZONED
+ bool
+ default BLK_DEBUG_FS && BLK_DEV_ZONED
config BLK_SED_OPAL
bool "Logic for interfacing with Opal enabled SEDs"
--
1.9.1
Powered by blists - more mailing lists