]> git.baikalelectronics.ru Git - kernel.git/commit
docs: f2fs: fix a broken table
authorJonathan Corbet <corbet@lwn.net>
Mon, 22 Jun 2020 13:35:39 +0000 (07:35 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 26 Jun 2020 15:32:10 +0000 (09:32 -0600)
commite7b5b468539b973d0b70e536ba12d18cf5a8227f
treeaf05361cc34ab0eab49362e2bc73ecb1cfc14353
parentb7a8214e9b5dfb86cf742be0c1db62fb2d659a91
docs: f2fs: fix a broken table

Commit 4224af00e418 ("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 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.

Fixes: 4224af00e418 ("fscrypt: support test_dummy_encryption=v2")
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/f2fs.rst