]> 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)
commit8607f0699c13bdfb8da5b805c30bfbb671e284a4
treeaf05361cc34ab0eab49362e2bc73ecb1cfc14353
parent247f89470fbc8cd0d6362e5d6639adabf2af8200
docs: f2fs: fix a broken table

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