From patchwork Sun Jan 22 18:48:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13111570 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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id CAA44C25B4E for ; Sun, 22 Jan 2023 18:48:42 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id EA1346B0072; Sun, 22 Jan 2023 13:48:41 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id E51E06B0073; Sun, 22 Jan 2023 13:48:41 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id CF2236B0074; Sun, 22 Jan 2023 13:48:41 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) by kanga.kvack.org (Postfix) with ESMTP id BD7EF6B0072 for ; Sun, 22 Jan 2023 13:48:41 -0500 (EST) Received: from smtpin08.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay01.hostedemail.com (Postfix) with ESMTP id 973971C4A03 for ; Sun, 22 Jan 2023 18:48:41 +0000 (UTC) X-FDA: 80383321242.08.5E17D97 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf21.hostedemail.com (Postfix) with ESMTP id 0D8B41C0006 for ; Sun, 22 Jan 2023 18:48:39 +0000 (UTC) Authentication-Results: imf21.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=PZzAU6my; spf=pass (imf21.hostedemail.com: domain of sj@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=none) header.from=kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1674413320; a=rsa-sha256; cv=none; b=qeYhK1v1LybENee7dptOT41kFyaDZ7AU0zxcHW/Tmxvvi1IJ1ktxmACsoJkQauipq9LTk6 jLkOASHp6m90YOm3O1aMfJLca+TizKbzuu7fhYwtNoK9V1VRcO2+KEUJgwA/zr8rdq1rT/ asRyS2u3w96/oYm14SheWpRKI8ehPO0= ARC-Authentication-Results: i=1; imf21.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=PZzAU6my; spf=pass (imf21.hostedemail.com: domain of sj@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=none) header.from=kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1674413320; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references:dkim-signature; bh=9gDJp5N3LPtuqKZxkPulUF95CSmXodq7Kp+FUvf8BbE=; b=UCPSL/MylVUykkXr9n4zV+R/v5MyLuT2tyfFbWSIW/3YBhubi/E5ruTKmpKqaTVNKEpoOM yiRZ6UyWhHSY6AvAsfo58h2ME1e017Uw7WfQ+BMxyw6n5Vw4N9TNX1kDZUIIJ95oVXkt7n xKbAsDx69smS+LekDTmWhfbSqzJIJ78= Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E85D360C86; Sun, 22 Jan 2023 18:48:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 32CF3C433EF; Sun, 22 Jan 2023 18:48:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674413318; bh=gsccqyhXgczWujfYNuc8IWNveSbdGH+ZyHwJN2WZqFM=; h=From:To:Cc:Subject:Date:From; b=PZzAU6myHzlfwwNDBAp7BM5f5SfE6HBGwNawDwelEREuKD8hzBnSWdJYeuTXkFNND N+VSv5Obu/gt3kxFgQCbzqPMAcJ85Nvi5OFfh4bhpaR91aSD5CMZjDPQY+a9+yz4Dp WNTgF3S8Xe2NcLfQOq/EFCEZnnRSY4WmFkACfP+0+khAeTDd4JNEBvaFmkMLHX8n04 IuauBpOYga+cs2xjxZmeEmhBCqYrXwP3+g2dUCDbEQG8ymRrAnlGWU6q35upGddfBh J8wAEm9wuvjASDyI3azF9SCn4Q6DKoNhU95FkxrdPbuRBIP7oGyvlpvL4FmmgeGQ9i X1Du+uzXPnzpg== From: SeongJae Park To: Jonathan Corbet Cc: SeongJae Park , Andrew Morton , Bjorn Helgaas , "Rafael J. Wysocki" , Viresh Kumar , Herbert Xu , "David S. Miller" , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Jean Delvare , Guenter Roeck , Dmitry Torokhov , Iwona Winiarska , Jaroslav Kysela , Takashi Iwai , Wim Van Sebroeck , linux-pci@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-crypto@vger.kernel.org, linux-mm@kvack.org, dri-devel@lists.freedesktop.org, linux-hwmon@vger.kernel.org, linux-input@vger.kernel.org, openbmc@lists.ozlabs.org, alsa-devel@alsa-project.org, linux-watchdog@vger.kernel.org Subject: [PATCH v2 1/1] Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed documents Date: Sun, 22 Jan 2023 18:48:34 +0000 Message-Id: <20230122184834.181977-1-sj@kernel.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Rspam-User: X-Rspamd-Queue-Id: 0D8B41C0006 X-Rspamd-Server: rspam01 X-Stat-Signature: mq8snu8p9qqdriqzabscfp5snxtdzf7d X-HE-Tag: 1674413319-529757 X-HE-Meta: U2FsdGVkX1/GcHlMesBpukLqOmap8CnUEUUt/BMWTIiOmyavGFTFtp+UHfytQWiAcRb4tfoKXqOzIqh7e9AMeu7eLY0GYLW15RD12W9qunm/ADc6s2xpM9+dyuU/BWvnrRy+0jm2UVMLQuIrd+AAOoDDU6uOIM+Tw0BW3dbIxFh5lD6pH4yyAeiSEu+3Z2ifRWETQQHscZkO4V+LhPRTMnIYUtlz+u+eDPyCZGoNkyt6sMOPn1ZeeNtC/tkwdIJEuXPYqCzChEfpv6szWj8ofhRG/iHvi3DnboWubIiuPBCexubznlSacwuFIM8dch9OTdnMNtdCXOMJKZrjNxjNZzPQDoCKIXU7m0rVrDgOhXggGcn7MAPoqGzg8xNyLio790gVRRUH4N15ISKgSR+Qg0tTtEz2qZwQXDjoF9m2HJ3hviRxB0IObELZDiDdOgVvXhAc1DyXmiNLXASJTKuxryMMrHuh3YiQeVfBlqj/hkjMPAM1QDcGNebHsYhIqF1kXChPbP+gBcmY2Wl62q10qhPSgMAwsdS7Ns3e/OJSeTbaCuHvbDUYL57oh4u3g+sxfoFtZjOiHk29TNt3Vbrl0dn0lC4X89Nin5P/5os8+AORk046Bsu1kJBc+a5EVXv4Aq6+qLvIdAKsKs49bHOYLWtkq3bUEtRo/Xjz0ZYIq3XmS/TNk/ZYnNHACnKB2iM6v5fgCXjLxD9Gk5GASwX8QyVc8KOB371SLpbDXxLoqSFup8xNCKI+5M7wQ4DtVmiFQwFy5kQmAX4EdC0gRvzC/89cWTBY7wJwjRNWwNEvzBH0cX0Dzck3VzOekroQ0xz7Z0ZuIn66Ka7PQ1V510lWY5dmfumw3V1G6312COrgtb/42J1UrAGLKkLMtwKezumukhnYuJqdGUROB0PWfSXHhhbiUJSe4ts9UiulxwlWCOam9+ipZrx6SWqMoyGhgVB4Y6F3QeQZPhKw/ysMhrZ f2MTnFsP aRPGcYDaFvGYNb2ol1fJG2EgaiP3+NHndRAMj6s+aUaqDl628z8SJIVlFXVxzElaASlsiZ3XSJSa7yF5uWLANUw0a43IDuiqxbI+ldAubTWpMHqfin/0tpPgH5n3YoiwMCeig7vEKy/+Y/Dc2NL6G3FlN95FLSaSsKba2lCdQRJR5+INRT9oJHblQoch+DIAdhZ+fHfhENJtgEIPQSmXxMSAmf+NiNBbWifbFc+y96is8I+bkXFpS5WVuzn+NpmkgWmh3nE3bPLPWWiAgodDtI6naGFqX+EGY85j32FepOohe3saphun4dJMS3q1NTmaov4ob9t7bQ899dIWVuVkeHnSpuXLDP9m8Q2NuRX8KwiZJQOXGtvbY8hcvYMu/dK+wpRQvNIQZcWXhpibvb+3NcueFHCIWoFOH+UCaXz5b4cJDEPk= X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: 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 Acked-by: Bjorn Helgaas Acked-by: Iwona Winiarska --- 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(-) diff --git a/Documentation/PCI/index.rst b/Documentation/PCI/index.rst index c17c87af1968..e73f84aebde3 100644 --- a/Documentation/PCI/index.rst +++ b/Documentation/PCI/index.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -======================= -Linux PCI Bus Subsystem -======================= +================= +PCI Bus Subsystem +================= .. toctree:: :maxdepth: 2 diff --git a/Documentation/cpu-freq/index.rst b/Documentation/cpu-freq/index.rst index 2fe32dad562a..de25740651f7 100644 --- a/Documentation/cpu-freq/index.rst +++ b/Documentation/cpu-freq/index.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -============================================================================== -Linux CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel -============================================================================== +======================================================================== +CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel +======================================================================== Author: Dominik Brodowski diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst index 21338fa92642..da5d5ad2bdf3 100644 --- a/Documentation/crypto/index.rst +++ b/Documentation/crypto/index.rst @@ -1,6 +1,6 @@ -======================= -Linux Kernel Crypto API -======================= +========== +Crypto API +========== :Author: Stephan Mueller :Author: Marek Vasut diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index d3a58f77328e..b208e0dac3a0 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -1,6 +1,6 @@ -======================================== -The Linux driver implementer's API guide -======================================== +============================== +Driver implementer's API guide +============================== The kernel offers a wide variety of interfaces to support the development of device drivers. This document is an only somewhat organized collection diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst index b99dede9a5b1..eee5996acf2c 100644 --- a/Documentation/gpu/index.rst +++ b/Documentation/gpu/index.rst @@ -1,6 +1,6 @@ -================================== -Linux GPU Driver Developer's Guide -================================== +============================ +GPU Driver Developer's Guide +============================ .. toctree:: diff --git a/Documentation/hwmon/index.rst b/Documentation/hwmon/index.rst index fe2cc6b73634..c2b3c1a822dd 100644 --- a/Documentation/hwmon/index.rst +++ b/Documentation/hwmon/index.rst @@ -1,6 +1,6 @@ -========================= -Linux Hardware Monitoring -========================= +=================== +Hardware Monitoring +=================== .. toctree:: :maxdepth: 1 diff --git a/Documentation/input/index.rst b/Documentation/input/index.rst index 9888f5cbf6d5..35581cd18e91 100644 --- a/Documentation/input/index.rst +++ b/Documentation/input/index.rst @@ -1,6 +1,6 @@ -============================= -The Linux Input Documentation -============================= +=================== +Input Documentation +=================== Contents: diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst index 4aa12b8be278..5a94a921ea40 100644 --- a/Documentation/mm/index.rst +++ b/Documentation/mm/index.rst @@ -1,6 +1,6 @@ -===================================== -Linux Memory Management Documentation -===================================== +=============================== +Memory Management Documentation +=============================== Memory Management Guide ======================= diff --git a/Documentation/peci/index.rst b/Documentation/peci/index.rst index 989de10416e7..930e75217c33 100644 --- a/Documentation/peci/index.rst +++ b/Documentation/peci/index.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0-only -==================== -Linux PECI Subsystem -==================== +============== +PECI Subsystem +============== .. toctree:: diff --git a/Documentation/scheduler/index.rst b/Documentation/scheduler/index.rst index b430d856056a..1aac972a652f 100644 --- a/Documentation/scheduler/index.rst +++ b/Documentation/scheduler/index.rst @@ -1,6 +1,6 @@ -=============== -Linux Scheduler -=============== +========= +Scheduler +========= .. toctree:: :maxdepth: 1 diff --git a/Documentation/scsi/index.rst b/Documentation/scsi/index.rst index 7c5f5f8f614e..919f3edfe1bf 100644 --- a/Documentation/scsi/index.rst +++ b/Documentation/scsi/index.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -==================== -Linux SCSI Subsystem -==================== +============== +SCSI Subsystem +============== .. toctree:: :maxdepth: 1 diff --git a/Documentation/sound/index.rst b/Documentation/sound/index.rst index 4d7d42acf6df..5abed5fc6485 100644 --- a/Documentation/sound/index.rst +++ b/Documentation/sound/index.rst @@ -1,6 +1,6 @@ -=================================== -Linux Sound Subsystem Documentation -=================================== +============================= +Sound Subsystem Documentation +============================= .. toctree:: :maxdepth: 2 diff --git a/Documentation/virt/index.rst b/Documentation/virt/index.rst index 56e003ff28ff..7fb55ae08598 100644 --- a/Documentation/virt/index.rst +++ b/Documentation/virt/index.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -============================ -Linux Virtualization Support -============================ +====================== +Virtualization Support +====================== .. toctree:: :maxdepth: 2 diff --git a/Documentation/watchdog/index.rst b/Documentation/watchdog/index.rst index c177645081d8..4603f2511f58 100644 --- a/Documentation/watchdog/index.rst +++ b/Documentation/watchdog/index.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -====================== -Linux Watchdog Support -====================== +================ +Watchdog Support +================ .. toctree:: :maxdepth: 1