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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 22DE8C61D97 for ; Tue, 24 Jan 2023 22:27:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1E82B10E279; Tue, 24 Jan 2023 22:27:56 +0000 (UTC) Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0EA6310E279 for ; Tue, 24 Jan 2023 22:27:54 +0000 (UTC) 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 5D12E739; Tue, 24 Jan 2023 22:27:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 5D12E739 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1674599273; bh=MTaO760PJgYwDFixyQndXwkcxJ6qlGsTUp+EUcJgaCs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=XW1biFoIP9a4rIRf2cLd3puFe2cCFrQPnLjCIkaYxizp+J6e+ypbS83QROQV7RjZL x+AsBikpA3Vkk3ujbg62UV6QrSznWRdtlGR3w9N1P6p5SjPTaB1VvvVuFhl7bYnzao e+Pb9bvOHC00Tv7pEsztMhT9Z72Gat9MaqdsTs8TiPqfNYcDgG/+/KR+sn5dVczsue lu1v1+vuz/4hzlpLBA+KYbHbvLOlZ4/b/+Fc8THgu2Xt0YT87foyxCIQE79oboIidh ZhOk8JFsQO6mPuPHLHgprow+Ki52f77LDa52ffGAHq1nhkgYRnJAeU48pOJekm2FoI ARNZkhtCcl3AQ== From: Jonathan Corbet To: SeongJae Park Subject: Re: [PATCH v2 1/1] Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed documents In-Reply-To: <20230122184834.181977-1-sj@kernel.org> References: <20230122184834.181977-1-sj@kernel.org> Date: Tue, 24 Jan 2023 15:27:52 -0700 Message-ID: <87edrjftzr.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, linux-doc@vger.kernel.org, Viresh Kumar , dri-devel@lists.freedesktop.org, Jaroslav Kysela , linux-mm@kvack.org, linux-watchdog@vger.kernel.org, Herbert Xu , Iwona Winiarska , openbmc@lists.ozlabs.org, "Rafael J. Wysocki" , linux-pci@vger.kernel.org, Guenter Roeck , Jean Delvare , linux-pm@vger.kernel.org, linux-input@vger.kernel.org, Bjorn Helgaas , Wim Van Sebroeck , linux-hwmon@vger.kernel.org, SeongJae Park , Dmitry Torokhov , Takashi Iwai , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Thomas Zimmermann , Andrew Morton , "David S. Miller" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" SeongJae Park writes: > Some documents that listed on subsystem-apis have 'Linux' or 'The Linux' > title prefixes. It's duplicated information, and makes finding the > document of interest with human eyes not easy. Remove the prefixes from > the titles. > > Signed-off-by: SeongJae Park > --- > Changes from v1 > (https://lore.kernel.org/lkml/20230114194741.115855-1-sj@kernel.org/) > - Drop second patch (will post later for each subsystem) > > Documentation/PCI/index.rst | 6 +++--- > Documentation/cpu-freq/index.rst | 6 +++--- > Documentation/crypto/index.rst | 6 +++--- > Documentation/driver-api/index.rst | 6 +++--- > Documentation/gpu/index.rst | 6 +++--- > Documentation/hwmon/index.rst | 6 +++--- > Documentation/input/index.rst | 6 +++--- > Documentation/mm/index.rst | 6 +++--- > Documentation/peci/index.rst | 6 +++--- > Documentation/scheduler/index.rst | 6 +++--- > Documentation/scsi/index.rst | 6 +++--- > Documentation/sound/index.rst | 6 +++--- > Documentation/virt/index.rst | 6 +++--- > Documentation/watchdog/index.rst | 6 +++--- > 14 files changed, 42 insertions(+), 42 deletions(-) Applied, thanks. jon