All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] f2fs: fix f2fs.rst build warning
@ 2021-10-23  2:58 ` Fengnan Chang
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [f2fs-dev] [PATCH] f2fs: fix f2fs.rst build warning
@ 2021-10-23  2:58 ` Fengnan Chang
  0 siblings, 0 replies; 6+ messages in thread
From: Fengnan Chang @ 2021-10-23  2:58 UTC (permalink / raw)
  To: jaegeuk, chao, corbet; +Cc: linux-doc, Fengnan Chang, linux-f2fs-devel

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



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] f2fs: fix f2fs.rst build warning
  2021-10-23  2:58 ` [f2fs-dev] " Fengnan Chang
@ 2021-10-26  0:19   ` Chao Yu
  -1 siblings, 0 replies; 6+ 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] 6+ messages in thread

* Re: [f2fs-dev] [PATCH] f2fs: fix f2fs.rst build warning
@ 2021-10-26  0:19   ` Chao Yu
  0 siblings, 0 replies; 6+ messages in thread
From: Chao Yu @ 2021-10-26  0:19 UTC (permalink / raw)
  To: Fengnan Chang, jaegeuk, corbet; +Cc: linux-doc, linux-f2fs-devel

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,


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] f2fs: fix f2fs.rst build warning
  2021-10-23  2:58 ` [f2fs-dev] " Fengnan Chang
@ 2021-10-26 15:37   ` Jonathan Corbet
  -1 siblings, 0 replies; 6+ 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] 6+ messages in thread

* Re: [f2fs-dev] [PATCH] f2fs: fix f2fs.rst build warning
@ 2021-10-26 15:37   ` Jonathan Corbet
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2021-10-26 15:37 UTC (permalink / raw)
  To: Fengnan Chang, jaegeuk, chao; +Cc: linux-doc, Fengnan Chang, linux-f2fs-devel

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


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-26 15:54 UTC | newest]

Thread overview: 6+ 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-23  2:58 ` [f2fs-dev] " Fengnan Chang
2021-10-26  0:19 ` Chao Yu
2021-10-26  0:19   ` [f2fs-dev] " Chao Yu
2021-10-26 15:37 ` Jonathan Corbet
2021-10-26 15:37   ` [f2fs-dev] " Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.