From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7746C43381 for ; Mon, 18 Mar 2019 23:15:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 74AC72064C for ; Mon, 18 Mar 2019 23:15:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552950944; bh=DLbOh6D0h2QkMAphItBZAXaYhWU3umERafsCwZAjvKo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=i7EKZ0lvbtqksosrmdXl6o89laogtubEmYZ6qK+GOGEj5qaEglyY+NCx+iZyzAgxa oJ0v5S6IMw9dpRQQrnteJUK6z8i19aHr9VcBizBwe0DFtBNtawezTwKaYiFAW4Xm/O SYuIulSU3C2itI4BZLmeftl9Q2KxzYoqFLhFug4o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727771AbfCRXPm (ORCPT ); Mon, 18 Mar 2019 19:15:42 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:36599 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727739AbfCRXPk (ORCPT ); Mon, 18 Mar 2019 19:15:40 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id DD488220D3; Mon, 18 Mar 2019 19:15:38 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Mon, 18 Mar 2019 19:15:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=KI88KXE/VwgS/93kb7QWVrDbaWWMc5prnOguY0XMKY4=; b=g/i14s8Z fv3g6OlcaJDQQrkQbzyOpqjGeDyh4Yr+/BYKMenUC+8jVvij5nHtLWohxvNqf4r4 v2PQGtwDj3AFBYOFz1xXmkzc9k73k4sgHLK1cVhE0XTyic1HCKVWh1lzWKrrWFfB Q26K7CkgbK5adf5INrLUmDyX2U/pJU9/x1LavNPXaedvB6g56FwmM/UjmQao4J4n Een2Vp7anzUAfV4dHRELMlWVq1fFPA973LX2hyImXnVnbyXEYqrdMOztTSufRMyl e4eYJhumVH9TWJCRrhrRdWUGIiJTMi0UpwueH2I0/gPd672LMmGK3ZdAN46fPGBd tj+88OmhiwVXfw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddriedvgddtfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkofgjfhgggfestdekredtredttdenucfhrhhomhepfdfvohgsihhn ucevrdcujfgrrhguihhnghdfuceothhosghinheskhgvrhhnvghlrdhorhhgqeenucfkph epuddvgedrudeiledrudegledrgedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehtohgs ihhnsehkvghrnhgvlhdrohhrghenucevlhhushhtvghrufhiiigvpeei X-ME-Proxy: Received: from eros.localdomain (124-169-149-40.dyn.iinet.net.au [124.169.149.40]) by mail.messagingengine.com (Postfix) with ESMTPA id 2324F1031F; Mon, 18 Mar 2019 19:15:35 -0400 (EDT) From: "Tobin C. Harding" To: Jonathan Corbet Cc: "Tobin C. Harding" , Randy Dunlap , linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 07/13] docs: filesystems: vfs: Fix pre-amble indentation Date: Tue, 19 Mar 2019 10:14:31 +1100 Message-Id: <20190318231437.1666-8-tobin@kernel.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190318231437.1666-1-tobin@kernel.org> References: <20190318231437.1666-1-tobin@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org 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 --- Any better ideas than using a list to hold the copyright lines? 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 5c8358c73e30..43b18bafbc20 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 +Original author: Richard Gooch - 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