Re: [PATCH] docs: f2fs: fix a broken table
From: Eric Biggers <ebiggers@kernel.org>
Date: 2020-06-22 17:11:10
Also in:
linux-f2fs-devel, lkml
From: Eric Biggers <ebiggers@kernel.org>
Date: 2020-06-22 17:11:10
Also in:
linux-f2fs-devel, lkml
On Mon, Jun 22, 2020 at 07:39:07AM -0600, Jonathan Corbet wrote:
Commit ed318a6cc0b6 ("fscrypt: support test_dummy_encryption=v2") added an
entry to the massive option table in Documentation/filesystems/f2fs.txt.
The option was too wide for the formatting of the table, though, leading to
a verbose and ugly docs-build warning starting with:
Documentation/filesystems/f2fs.rst:229: WARNING: Malformed table.
Text in column margin in table line 126.
Fixing this requires formatting the whole table; let's hear it for Emacs
query-replace-regexp. No changes were made to the actual text.
Fixes: ed318a6cc0b6 ("fscrypt: support test_dummy_encryption=v2")
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
Documentation/filesystems/f2fs.rst | 312 ++++++++++++++---------------
1 file changed, 156 insertions(+), 156 deletions(-)Someone already sent out a fix for this: https://lkml.kernel.org/linux-doc/52f851cb5c9fd2ecae97deec7e168e66b8c295c3.1591137229.git.mchehab+huawei@kernel.org/ Is it intentional that you're sending out a different fix rather than applying that one? - Eric