kernel test robot reported htmldocs warning which first happened 1 year ago:
Documentation/admin-guide/device-mapper/writecache.rst:23: WARNING: Unexpected indentation. The warning above is due to missing blank line between numbered list (at n. 5) and optional parameters list (as definition list). Add the blank line to suppress the warning. Link: https://lore.kernel.org/linux-doc/[email protected]/ Fixes: d284f8248c72d0 ("dm writecache: support optional offset for start of device") Reported-by: kernel test robot <[email protected]> Cc: Alasdair Kergon <[email protected]> Cc: Mike Snitzer <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Mikulas Patocka <[email protected]> Cc: Ross Zwisler <[email protected]> Cc: Colin Ian King <[email protected]> Cc: Dan Williams <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Cc: [email protected] Cc: [email protected] # v4.19+ Cc: [email protected] Signed-off-by: Bagas Sanjaya <[email protected]> --- Documentation/admin-guide/device-mapper/writecache.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/admin-guide/device-mapper/writecache.rst b/Documentation/admin-guide/device-mapper/writecache.rst index 10429779a91abc..6bf78b0446acba 100644 --- a/Documentation/admin-guide/device-mapper/writecache.rst +++ b/Documentation/admin-guide/device-mapper/writecache.rst @@ -20,6 +20,7 @@ Constructor parameters: size) 5. the number of optional parameters (the parameters with an argument count as two) + start_sector n (default: 0) offset from the start of cache device in 512-byte sectors high_watermark n (default: 50) -- An old man doll... just what I always wanted! - Clara -- dm-devel mailing list [email protected] https://listman.redhat.com/mailman/listinfo/dm-devel
