From: Tobin C. Harding Date: Wed, 15 May 2019 00:29:11 +0000 (+1000) Subject: docs: filesystems: vfs: Fix pre-amble indentation X-Git-Tag: v5.3-rc1~156^2~96^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e66b045715457ca6e18fce2b2fc61dd8af2e2440;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Tobin C. Harding Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index bd6dd782e8ca8..9ed5c8d6e6562 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 +Original author: Richard Gooch - Copyright (C) 1999 Richard Gooch - Copyright (C) 2005 Pekka Enberg +- Copyright (C) 1999 Richard Gooch +- Copyright (C) 2005 Pekka Enberg Introduction