Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1681086
| From | Ben Mezger <su@seds.nl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] block/Kconfig.iosched: Indent help text with 2 spaces. |
| Date | 2017-07-04 18:40 +0200 |
| Message-ID | <tZz1L-2qe-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] block/Kconfig.iosched: Indent help text with 2 spaces. Ben Mezger <su@seds.nl> - 2017-07-04 18:40 +0200
csiph-web