Re: [PATCH] f2fs: fix f2fs.rst build warning
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-10-26 15:37:37
Also in:
linux-f2fs-devel
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-10-26 15:37:37
Also in:
linux-f2fs-devel
Fengnan Chang [off-list ref] writes:
fix f2fs.rst build warning. Fixes: 151b1982be5d (f2fs: compress: add nocompress extensions support) Signed-off-by: Fengnan Chang <redacted> --- 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