Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1681086 > unrolled thread
| Started by | Ben Mezger <su@seds.nl> |
|---|---|
| First post | 2017-07-04 18:40 +0200 |
| Last post | 2017-07-04 18:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] block/Kconfig.iosched: Indent help text with 2 spaces. Ben Mezger <su@seds.nl> - 2017-07-04 18:40 +0200
| From | Ben Mezger <su@seds.nl> |
|---|---|
| Date | 2017-07-04 18:40 +0200 |
| Subject | [PATCH] block/Kconfig.iosched: Indent help text with 2 spaces. |
| Message-ID | <tZz1L-2qe-3@gated-at.bofh.it> |
This patch adds two spaces in the help section, following the Kconfig indentation guideline.
Signed-off-by: Ben Mezger <me@benmezger.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
Back to top | Article view | linux.kernel
csiph-web