[PATCH] Documentation: ABI: fix "unexpected indentation" error in sysfs-block

From: Jay Winston

Date: Sun Jun 21 2026 - 02:02:17 EST


`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@xxxxxxxxx>
---
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