From: Bagas Sanjaya Date: Sat, 2 Jul 2022 04:23:50 +0000 (+0700) Subject: Documentation: dm writecache: Render status list as list X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=11093e6f0de9783c26355e0962f210a7ae18ab3c;p=linux.git Documentation: dm writecache: Render status list as list The status list isn't rendered as list, but rather as normal paragraph, because there is missing blank line between "Status:" line and the list. Fix the issue by adding the blank line separator. Fixes: 48debafe4f2fea ("dm: add writecache target") Signed-off-by: Bagas Sanjaya Signed-off-by: Mike Snitzer --- diff --git a/Documentation/admin-guide/device-mapper/writecache.rst b/Documentation/admin-guide/device-mapper/writecache.rst index 6bf78b0446acb..2104812f02812 100644 --- a/Documentation/admin-guide/device-mapper/writecache.rst +++ b/Documentation/admin-guide/device-mapper/writecache.rst @@ -75,6 +75,7 @@ Constructor parameters: the origin volume in the last n milliseconds Status: + 1. error indicator - 0 if there was no error, otherwise error number 2. the number of blocks 3. the number of free blocks