linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: linux-kernel@vger.kernel.org
Cc: Randy Dunlap <rdunlap@infradead.org>,
	"James E.J. Bottomley" <jejb@linux.ibm.com>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	linux-scsi@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org, Gerd Knorr <kraxel@bytesex.org>,
	Oliver Neukum <oliver@neukum.org>, Ali Akcaagac <aliakc@web.de>,
	Jamie Lenehan <lenehan@twibble.org>,
	dc395x@twibble.org, James Smart <james.smart@broadcom.com>,
	Doug Gilbert <dgilbert@interlog.com>,
	Finn Thain <fthain@linux-m68k.org>,
	Michael Schmitz <schmitzmic@gmail.com>,
	Kashyap Desai <kashyap.desai@broadcom.com>,
	Sumit Saxena <sumit.saxena@broadcom.com>,
	Shivasharan S <shivasharan.srikanteshwara@broadcom.com>,
	megaraidlinux.pdl@broadcom.com,
	Matthew Wilcox <willy@infradead.org>
Subject: [PATCH 00/11] Documentation/scsi: organize SCSI docs & make more readable
Date: Thu, 18 May 2023 14:27:38 -0700	[thread overview]
Message-ID: <20230518212749.18266-1-rdunlap@infradead.org> (raw)

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" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Gerd Knorr <kraxel@bytesex.org>
Cc: Oliver Neukum <oliver@neukum.org>
Cc: Ali Akcaagac <aliakc@web.de>
Cc: Jamie Lenehan <lenehan@twibble.org>
Cc: dc395x@twibble.org
Cc: James Smart <james.smart@broadcom.com>
Cc: Doug Gilbert <dgilbert@interlog.com>
Cc: Finn Thain <fthain@linux-m68k.org>
Cc: Michael Schmitz <schmitzmic@gmail.com>
Cc: Kashyap Desai <kashyap.desai@broadcom.com>
Cc: Sumit Saxena <sumit.saxena@broadcom.com>
Cc: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
Cc: megaraidlinux.pdl@broadcom.com
Cc: Matthew Wilcox <willy@infradead.org>

             reply	other threads:[~2023-05-18 21:28 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-18 21:27 Randy Dunlap [this message]
2023-05-18 21:27 ` [PATCH 01/11] Docs/scsi: organize the SCSI documentation Randy Dunlap
2023-05-18 21:27 ` [PATCH 02/11] Docs/scsi: introduction: multiple cleanups Randy Dunlap
2023-05-19  4:53   ` Finn Thain
2023-05-18 21:27 ` [PATCH 03/11] Docs/scsi: arcmsr: use a chapter heading for clarity Randy Dunlap
2023-05-18 21:27 ` [PATCH 04/11] Docs/scsi: scsi-changer: shorten the chapter heading Randy Dunlap
2023-05-18 21:27 ` [PATCH 05/11] Docs/scsi: dc395x: " Randy Dunlap
2023-06-01  2:08   ` Bagas Sanjaya
2023-05-18 21:27 ` [PATCH 06/11] Docs/scsi: scsi_fc_transport: fix typo in heading Randy Dunlap
2023-05-18 21:27 ` [PATCH 07/11] Docs/scsi: scsi-generic: multiple cleanups Randy Dunlap
2023-05-18 21:27 ` [PATCH 08/11] Docs/scsi: g_NCR5380: shorten chapter heading Randy Dunlap
2023-05-19  4:45   ` Finn Thain
2023-05-18 21:27 ` [PATCH 09/11] Docs/scsi: megaraid: clarify " Randy Dunlap
2023-05-18 21:27 ` [PATCH 10/11] Docs/scsi: ncr53c8xx: shorten " Randy Dunlap
2023-05-18 21:27 ` [PATCH 11/11] Docs/scsi: sym53c8xx_2: " Randy Dunlap
2023-05-22 22:38 ` [PATCH 00/11] Documentation/scsi: organize SCSI docs & make more readable Martin K. Petersen
2023-06-01  0:43 ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230518212749.18266-1-rdunlap@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=aliakc@web.de \
    --cc=corbet@lwn.net \
    --cc=dc395x@twibble.org \
    --cc=dgilbert@interlog.com \
    --cc=fthain@linux-m68k.org \
    --cc=james.smart@broadcom.com \
    --cc=jejb@linux.ibm.com \
    --cc=kashyap.desai@broadcom.com \
    --cc=kraxel@bytesex.org \
    --cc=lenehan@twibble.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=megaraidlinux.pdl@broadcom.com \
    --cc=oliver@neukum.org \
    --cc=schmitzmic@gmail.com \
    --cc=shivasharan.srikanteshwara@broadcom.com \
    --cc=sumit.saxena@broadcom.com \
    --cc=willy@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).