Messages in this thread |  | | From | "Tobin C. Harding" <> | Subject | [PATCH v4 0/9] docs: Convert VFS doc to RST | Date | Wed, 15 May 2019 10:29:04 +1000 |
| |
Hi Jon,
Here is an updated version of the VFS doc conversion. This series in no way represents a final point for the VFS documentation rather it is a small step towards getting VFS docs updated. This series does not update the content of vfs.txt, only does formatting.
Testing: the following produces no new build warnings
make cleandocs make htmldocs 2> pre.stderr
# apply this patch series
make cleandocs make htmldocs 2> post.stderr diff pre.stderr post.stderr
thanks, Tobin.
Tobin C. Harding (9): docs: filesystems: vfs: Remove space before tab docs: filesystems: vfs: Use uniform space after period. docs: filesystems: vfs: Use 72 character column width docs: filesystems: vfs: Use uniform spacing around headings docs: filesystems: vfs: Use correct initial heading docs: filesystems: vfs: Use SPDX identifier docs: filesystems: vfs: Fix pre-amble indentation docs: filesystems: vfs: Convert spaces to tabs docs: filesystems: vfs: Convert vfs.txt to RST
Documentation/filesystems/index.rst | 1 + Documentation/filesystems/vfs.rst | 1286 +++++++++++++++++++++++++++ Documentation/filesystems/vfs.txt | 1264 -------------------------- 3 files changed, 1287 insertions(+), 1264 deletions(-) create mode 100644 Documentation/filesystems/vfs.rst delete mode 100644 Documentation/filesystems/vfs.txt
-- 2.21.0
|  |