Message ID | 20230501232938.10544-1-wqu@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] btrfs-progs: doc: fix the indent on the ORPHAN_OBJECTID | expand |
On Tue, May 02, 2023 at 07:29:37AM +0800, Qu Wenruo wrote: > When compiling the documents, we have the following warning: > > ~/btrfs-progs/Documentation/dev/On-disk-format.rst:369: WARNING: Bullet list ends without a blank line; unexpected unindent. > > It's caused by a mismatched indent, just fix it. > > Signed-off-by: Qu Wenruo <wqu@suse.com> Patches added to devel, thanks.
diff --git a/Documentation/dev/On-disk-format.rst b/Documentation/dev/On-disk-format.rst index 8cbbaf37..9e8a9f7e 100644 --- a/Documentation/dev/On-disk-format.rst +++ b/Documentation/dev/On-disk-format.rst @@ -366,8 +366,8 @@ is located in the ``ROOT_TREE`` and is of the following form. +-----------------------------------+ - There is no item body associated with this key. All required information is - contained within the key itself and the ``ROOT_ITEM`` associated with the - objectid contained in ``offset`` + contained within the key itself and the ``ROOT_ITEM`` associated with the + objectid contained in ``offset`` When the file system is mounted again after failure, the ``ROOT_TREE`` is searched for all orphan keys and the process is resumed for each one using the
When compiling the documents, we have the following warning: ~/btrfs-progs/Documentation/dev/On-disk-format.rst:369: WARNING: Bullet list ends without a blank line; unexpected unindent. It's caused by a mismatched indent, just fix it. Signed-off-by: Qu Wenruo <wqu@suse.com> --- Documentation/dev/On-disk-format.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)