diff options
author | Tobin C. Harding | 2019-05-15 10:29:11 +1000 |
---|---|---|
committer | Jonathan Corbet | 2019-05-29 16:14:07 -0600 |
commit | e66b045715457ca6e18fce2b2fc61dd8af2e2440 (patch) | |
tree | a1296912e0b997693851494f7d2efd9956098753 | |
parent | 099c5c7a3fba0c4686090075c6d214355aa67e47 (diff) |
docs: filesystems: vfs: Fix pre-amble indentation
Currently file pre-amble contains custom indentation. RST is not going
to like this, lets left-align the text. Put the copyright notices in a
list in preparation for converting document to RST.
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/filesystems/vfs.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index bd6dd782e8ca..9ed5c8d6e656 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt @@ -4,10 +4,10 @@ Overview of the Linux Virtual File System ========================================= - Original author: Richard Gooch <rgooch@atnf.csiro.au> +Original author: Richard Gooch <rgooch@atnf.csiro.au> - Copyright (C) 1999 Richard Gooch - Copyright (C) 2005 Pekka Enberg +- Copyright (C) 1999 Richard Gooch +- Copyright (C) 2005 Pekka Enberg Introduction |