diff options
author | Fengnan Chang <changfengnan@vivo.com> | 2021-10-23 05:58:33 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-10-26 18:33:22 +0300 |
commit | 8c3b018874e819e60b87d44851a52782d8ee7986 (patch) | |
tree | 609a4661cb38f6c5b228c97d658b3d1d47485d53 /Documentation/filesystems | |
parent | 5d045f9511ff7efaf64a48a34dc6b07a8ce69a3c (diff) | |
download | linux-8c3b018874e819e60b87d44851a52782d8ee7986.tar.xz |
docs: f2fs: fix text alignment
The docs build was generating this warning:
Documentation/filesystems/f2fs.rst:306: WARNING: Block quote ends without a blank line; unexpected unindent.
Remove the extra white space that was confusing sphinx.
Fixes: 151b1982be5d (f2fs: compress: add nocompress extensions support)
Signed-off-by: Fengnan Chang <changfengnan@vivo.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Link: https://lore.kernel.org/r/20211023025833.216030-1-changfengnan@vivo.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/f2fs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst index 09de6ebbbdfa..6f3c6e91346d 100644 --- a/Documentation/filesystems/f2fs.rst +++ b/Documentation/filesystems/f2fs.rst @@ -283,7 +283,7 @@ compress_extension=%s Support adding specified extension, so that f2fs can enab For other files, we can still enable compression via ioctl. Note that, there is one reserved special extension '*', it can be set to enable compression for all files. -nocompress_extension=%s Support adding specified extension, so that f2fs can disable +nocompress_extension=%s Support adding specified extension, so that f2fs can disable compression on those corresponding files, just contrary to compression extension. If you know exactly which files cannot be compressed, you can use this. The same extension name can't appear in both compress and nocompress |