Fix the following 'make htmldocs' build warning: Documentation/block/ublk.rst:414: ERROR: Unexpected indentation. [docutils] Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx> --- Documentation/block/ublk.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/block/ublk.rst b/Documentation/block/ublk.rst index abec524a04ed..08da8d51adcb 100644 --- a/Documentation/block/ublk.rst +++ b/Documentation/block/ublk.rst @@ -411,8 +411,8 @@ If auto buffer registration fails: - The uring_cmd is completed - ``UBLK_IO_F_NEED_REG_BUF`` is set in ``ublksrv_io_desc.op_flags`` - The ublk server must manually deal with the failure, such as, register - the buffer manually, or using user copy feature for retrieving the data - for handling ublk IO + the buffer manually, or using user copy feature for retrieving the data + for handling ublk IO 2. If fallback is not enabled: - The ublk I/O request fails silently -- 2.47.1