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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8EFEAC77B75 for ; Tue, 16 May 2023 18:55:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229901AbjEPSzT (ORCPT ); Tue, 16 May 2023 14:55:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229906AbjEPSzR (ORCPT ); Tue, 16 May 2023 14:55:17 -0400 X-Greylist: delayed 297 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 16 May 2023 11:55:16 PDT Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01E287699; Tue, 16 May 2023 11:55:15 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 8590E37C; Tue, 16 May 2023 18:55:15 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 8590E37C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1684263315; bh=lYsL5gxcUNL0ZhbBkhFGbOvFWuBT3Up+nXOLMdCPIgo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=nyJ6bnpc+DA6pRYhuIXIXd2NlOg8Gb14Bb6S8c2lcwMM3kAbyn9NeZhT+dSzIT2Wm qe3VdsdTDP4zGVX4FM8kL13900vsDqwKwIIaxCEf78Rud6bkVbAx/053NQGjB1PRfi b3vUp8GLwZZXi0rPoenrGUDGUOi8fm2eyNrd5+ZcZ/rWVwvfPOhmZncsaGSbqMHfas U9SD89p9aDGQqXlwG22ATzfs4/JElE7IMtE0cNacxUO84J/NWz5LHraWp91CIklnFo VSV7uArVDXrrfXWUpCsst70XsiLt7/d9IJX1D53/Z7IR+1QJXJvy7TTwxvSeogDj/1 KAzHPkq8js2zQ== From: Jonathan Corbet To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: Randy Dunlap , linux-doc@vger.kernel.org, Alexander Viro , Christian Brauner , linux-fsdevel@vger.kernel.org, Rob Landley , Andrew Morton Subject: Re: [PATCH] Documentation/filesystems: ramfs-rootfs-initramfs: use :Author: In-Reply-To: <20230508055928.3548-1-rdunlap@infradead.org> References: <20230508055928.3548-1-rdunlap@infradead.org> Date: Tue, 16 May 2023 12:55:14 -0600 Message-ID: <87ilcsayy5.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Randy Dunlap writes: > Use the :Author: markup instead of making it a chapter heading. > This cleans up the table of contents for this file. > > Fixes: 7f46a240b0a1 ("[PATCH] ramfs, rootfs, and initramfs docs") > Signed-off-by: Randy Dunlap > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Cc: Alexander Viro > Cc: Christian Brauner > Cc: linux-fsdevel@vger.kernel.org > Cc: Rob Landley > Cc: Andrew Morton > --- > Documentation/filesystems/ramfs-rootfs-initramfs.rst | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff -- a/Documentation/filesystems/ramfs-rootfs-initramfs.rst b/Documentation/filesystems/ramfs-rootfs-initramfs.rst > --- a/Documentation/filesystems/ramfs-rootfs-initramfs.rst > +++ b/Documentation/filesystems/ramfs-rootfs-initramfs.rst > @@ -6,8 +6,7 @@ Ramfs, rootfs and initramfs > > October 17, 2005 > > -Rob Landley > -============================= > +:Author: Rob Landley Applied, thanks. jon