[PATCH v3 21/24] docs: filesystems: vfs: Fix pre-amble indentation

From: Tobin C. Harding
Date: Wed Mar 27 2019 - 01:19:55 EST


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@xxxxxxxxxxxxx>
Signed-off-by: Tobin C. Harding <tobin@xxxxxxxxxx>
---
Documentation/filesystems/vfs.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt
index dcc1f66932e7..e5c877e817c3 100644
--- a/Documentation/filesystems/vfs.txt
+++ b/Documentation/filesystems/vfs.txt
@@ -4,12 +4,12 @@
Overview of the Linux Virtual File System
=========================================

- Original author: Richard Gooch <rgooch@xxxxxxxxxxxxx>
+Original author: Richard Gooch <rgooch@xxxxxxxxxxxxx>

- Last updated on June 24, 2007.
+Last updated on June 24, 2007.

- Copyright (C) 1999 Richard Gooch
- Copyright (C) 2005 Pekka Enberg
+- Copyright (C) 1999 Richard Gooch
+- Copyright (C) 2005 Pekka Enberg


Introduction
--
2.21.0