Skip to content

Commit

Permalink
docs: fs: convert porting to ReST
Browse files Browse the repository at this point in the history
This file has its own proper style, except that, after a while,
the coding style gets violated and whitespaces are placed on
different ways.

As Sphinx and ReST are very sentitive to whitespace differences,
I had to opt if each entry after required/mandatory/... fields
should start with zero spaces or with a tab. I opted to start them
all from the zero position, in order to avoid needing to break lines
with more than 80 columns, with would make harder for review.

Most of the other changes at porting.rst were made to use an unified
notation with works nice as a text file while also produce a good html
output after being parsed.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
mchehab authored and Jonathan Corbet committed Jul 31, 2019
1 parent ec23eb5 commit 25b532c
Show file tree
Hide file tree
Showing 4 changed files with 855 additions and 687 deletions.
2 changes: 2 additions & 0 deletions Documentation/filesystems/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ algorithms work.
locking
directory-locking

porting

Filesystem support layers
=========================

Expand Down
Loading

0 comments on commit 25b532c

Please sign in to comment.