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>
This commit is contained in:
Tobin C. Harding 2019-05-15 10:29:11 +10:00 committed by Jonathan Corbet
parent 099c5c7a3f
commit e66b045715
1 changed files with 3 additions and 3 deletions

View File

@ -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