lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 4 Jul 2017 13:38:18 -0300
From:   Ben Mezger <su@...s.nl>
To:     linux-kernel@...r.kernel.org
Cc:     axboe@...nel.dk, linux-block@...r.kernel.org
Subject: [PATCH] block/Kconfig.iosched: Indent help text with 2 spaces.

This patch adds two spaces in the help section, following the Kconfig indentation guideline.

Signed-off-by: Ben Mezger <me@...mezger.nl>
---
 block/Kconfig.iosched | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched
index 5be248ce447c..90e6e7c65c92 100644
--- a/block/Kconfig.iosched
+++ b/block/Kconfig.iosched
@@ -87,12 +87,12 @@ config IOSCHED_BFQ
        tristate "BFQ I/O scheduler"
        default n
        ---help---
-       BFQ I/O scheduler for BLK-MQ. BFQ distributes the bandwidth of
-       of the device among all processes according to their weights,
-       regardless of the device parameters and with any workload. It
-       also guarantees a low latency to interactive and soft
-       real-time applications.  Details in
-       Documentation/block/bfq-iosched.txt
+         BFQ I/O scheduler for BLK-MQ. BFQ distributes the bandwidth of
+         of the device among all processes according to their weights,
+         regardless of the device parameters and with any workload. It
+         also guarantees a low latency to interactive and soft
+         real-time applications.  Details in
+         Documentation/block/bfq-iosched.txt

 config BFQ_GROUP_IOSCHED
        bool "BFQ hierarchical scheduling support"
--
2.13.2


-- 
- seds
https://seds.nl

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ