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)
commit9aa1ccb4e588bec4a2d2a4bae704354558953f11
treeaf05361cc34ab0eab49362e2bc73ecb1cfc14353
parent2f444efdaaed82f69d0afc4a7038a8563d8a3fa1
docs: f2fs: fix a broken table

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 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: ed318a6cc0b6 ("fscrypt: support test_dummy_encryption=v2")
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/f2fs.rst