Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e66b0457 authored by Tobin C. Harding's avatar Tobin C. Harding Committed by Jonathan Corbet
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarTobin C. Harding <tobin@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 099c5c7a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ Overview of the Linux Virtual File System

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