* [PATCH] f2fs: fix f2fs.rst build warning
@ 2021-10-23 2:58 Fengnan Chang
2021-10-26 0:19 ` Chao Yu
2021-10-26 15:37 ` Jonathan Corbet
0 siblings, 2 replies; 3+ messages in thread
From: Fengnan Chang @ 2021-10-23 2:58 UTC (permalink / raw)
To: jaegeuk, chao, corbet; +Cc: linux-f2fs-devel, linux-doc, Fengnan Chang
fix f2fs.rst build warning.
Fixes: 151b1982be5d (f2fs: compress: add nocompress extensions support)
Signed-off-by: Fengnan Chang <changfengnan@vivo.com>
---
Documentation/filesystems/f2fs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
index 4294db649fa8..6ee2be259f46 100644
--- a/Documentation/filesystems/f2fs.rst
+++ b/Documentation/filesystems/f2fs.rst
@@ -301,7 +301,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
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] f2fs: fix f2fs.rst build warning
2021-10-23 2:58 [PATCH] f2fs: fix f2fs.rst build warning Fengnan Chang
@ 2021-10-26 0:19 ` Chao Yu
2021-10-26 15:37 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Chao Yu @ 2021-10-26 0:19 UTC (permalink / raw)
To: Fengnan Chang, jaegeuk, corbet; +Cc: linux-f2fs-devel, linux-doc
On 2021/10/23 10:58, Fengnan Chang wrote:
> fix f2fs.rst build warning.
>
> Fixes: 151b1982be5d (f2fs: compress: add nocompress extensions support)
> Signed-off-by: Fengnan Chang <changfengnan@vivo.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Thanks,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] f2fs: fix f2fs.rst build warning
2021-10-23 2:58 [PATCH] f2fs: fix f2fs.rst build warning Fengnan Chang
2021-10-26 0:19 ` Chao Yu
@ 2021-10-26 15:37 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2021-10-26 15:37 UTC (permalink / raw)
To: Fengnan Chang, jaegeuk, chao; +Cc: linux-f2fs-devel, linux-doc, Fengnan Chang
Fengnan Chang <changfengnan@vivo.com> writes:
> fix f2fs.rst build warning.
>
> Fixes: 151b1982be5d (f2fs: compress: add nocompress extensions support)
> Signed-off-by: Fengnan Chang <changfengnan@vivo.com>
> ---
> Documentation/filesystems/f2fs.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
"Fix a warning" is almost never a good changelog message; you are fixing
a problem that provoked a warning. I rewrote the changelog to:
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.
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-26 15:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-23 2:58 [PATCH] f2fs: fix f2fs.rst build warning Fengnan Chang
2021-10-26 0:19 ` Chao Yu
2021-10-26 15:37 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).