Linux block layer
 help / color / mirror / Atom feed
* [PATCH] Documentation: ABI: fix "unexpected indentation" error in sysfs-block
@ 2026-06-21  6:02 Jay Winston
  0 siblings, 0 replies; only message in thread
From: Jay Winston @ 2026-06-21  6:02 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, linux-kernel, corbet, Jay Winston

`make htmldocs` reports:
Documentation/ABI/stable/sysfs-block:612: ERROR: Unexpected indentation

Leading dashes at lines 623, 636, and 641 were considered line
continuation with errant indent and not bullet points due to
missing blank lines.  Add the blank lines.

Signed-off-by: Jay Winston <jaybenjaminwinston@gmail.com>
---
 Documentation/ABI/stable/sysfs-block | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/ABI/stable/sysfs-block b/Documentation/ABI/stable/sysfs-block
index aa1e94169666..f4bce370a540 100644
--- a/Documentation/ABI/stable/sysfs-block
+++ b/Documentation/ABI/stable/sysfs-block
@@ -620,6 +620,7 @@ Description:
 		- async_depth is always equal to nr_requests.
 
 		For bfq scheduler:
+
 		- By default, async_depth is set to 75% of nr_requests.
 		  Internal limits are then derived from this value:
 		  * Sync writes: limited to async_depth (≈75% of nr_requests).
@@ -633,11 +634,13 @@ Description:
 		  these limits proportionally based on the new value.
 
 		For Kyber:
+
 		- By default async_depth is set to 75% of nr_requests.
 		- If the user writes a custom value to async_depth, then it override the
 		  default and directly control the limit for writes and async I/O.
 
 		For mq-deadline:
+
 		- By default async_depth is set to nr_requests.
 		- If the user writes a custom value to async_depth, then it override the
 		  default and directly control the limit for writes and async I/O.
-- 
2.46.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-21  6:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-21  6:02 [PATCH] Documentation: ABI: fix "unexpected indentation" error in sysfs-block Jay Winston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox