From patchwork Thu May 18 21:27:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 685867 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 4FDC1C7EE39 for ; Thu, 18 May 2023 21:28:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230410AbjERV2G (ORCPT ); Thu, 18 May 2023 17:28:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230233AbjERV2B (ORCPT ); Thu, 18 May 2023 17:28:01 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B43E10C6; Thu, 18 May 2023 14:27:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=Dykfym+h/fBFI+QSChaFq+A6w9GQjFVudoBE08aqTKQ=; b=l6TwZDVz5xktrEEcffBG7ylf7C bpzTOidYU8TPWGiDPdEDxlJmnzO04hUghnYE4dhVo+tg6EdhPMpCdifUYnPo7hfqKLjq86eqPFwAv fsu4bDkEne8YpnQ1xG1s1q7swTXfB5B062/LWgGTzqYAgOtMjvfy6z75pR9SXHBiTuM9LIGiLKTSh aXEScrSx+YI1EKFUAEM0BYB9Nan0JSF0nakGzNK+txQWnv9hZDrzTrONVy5tS6erH4taPU0fnqYjQ 6emQMv7pVrBx1F1GcVa24aBXsa5cTw5ZnsugmuC/tjFZqYAfDDltDhpj2iG2j3RXHD5vDqg/XhVbQ zaYQJChw==; Received: from [2601:1c2:980:9ec0::2764] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1pzlA9-00EFRV-0z; Thu, 18 May 2023 21:27:53 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "James E.J. Bottomley" , "Martin K. Petersen" , linux-scsi@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Gerd Knorr , Oliver Neukum , Ali Akcaagac , Jamie Lenehan , dc395x@twibble.org, James Smart , Doug Gilbert , Finn Thain , Michael Schmitz , Kashyap Desai , Sumit Saxena , Shivasharan S , megaraidlinux.pdl@broadcom.com, Matthew Wilcox Subject: [PATCH 00/11] Documentation/scsi: organize SCSI docs & make more readable Date: Thu, 18 May 2023 14:27:38 -0700 Message-Id: <20230518212749.18266-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Organize the SCSI documentation into categories instead of alphabetically by filename. Modify several of the document chapter headings so that they are shorter and easier to find. Make several updates to the scsi-generic driver documentation. [PATCH 01/11] Docs/scsi: organize the SCSI documentation [PATCH 02/11] Docs/scsi: introduction: multiple cleanups [PATCH 03/11] Docs/scsi: arcmsr: use a chapter heading for clarity [PATCH 04/11] Docs/scsi: scsi-changer: shorten the chapter heading [PATCH 05/11] Docs/scsi: dc395x: shorten the chapter heading [PATCH 06/11] Docs/scsi: scsi_fc_transport: fix typo in heading [PATCH 07/11] Docs/scsi: scsi-generic: multiple cleanups [PATCH 08/11] Docs/scsi: g_NCR5380: shorten chapter heading [PATCH 09/11] Docs/scsi: megaraid: clarify chapter heading [PATCH 10/11] Docs/scsi: ncr53c8xx: shorten chapter heading [PATCH 11/11] Docs/scsi: sym53c8xx_2: shorten chapter heading Documentation/scsi/arcmsr_spec.rst | 1 Documentation/scsi/dc395x.rst | 6 +- Documentation/scsi/g_NCR5380.rst | 6 +- Documentation/scsi/index.rst | 37 ++++++++++++-- Documentation/scsi/megaraid.rst | 6 +- Documentation/scsi/ncr53c8xx.rst | 6 +- Documentation/scsi/scsi-changer.rst | 6 +- Documentation/scsi/scsi-generic.rst | 53 ++++++++------------- Documentation/scsi/scsi.rst | 23 +++------ Documentation/scsi/scsi_fc_transport.rst | 8 +-- Documentation/scsi/sym53c8xx_2.rst | 6 +- 11 files changed, 86 insertions(+), 72 deletions(-) Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Cc: linux-scsi@vger.kernel.org Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Gerd Knorr Cc: Oliver Neukum Cc: Ali Akcaagac Cc: Jamie Lenehan Cc: dc395x@twibble.org Cc: James Smart Cc: Doug Gilbert Cc: Finn Thain Cc: Michael Schmitz Cc: Kashyap Desai Cc: Sumit Saxena Cc: Shivasharan S Cc: megaraidlinux.pdl@broadcom.com Cc: Matthew Wilcox