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@xxxxxxxxxxxxx> Cc: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx> Cc: linux-scsi@xxxxxxxxxxxxxxx Cc: Jonathan Corbet <corbet@xxxxxxx> Cc: linux-doc@xxxxxxxxxxxxxxx Cc: Gerd Knorr <kraxel@xxxxxxxxxxx> Cc: Oliver Neukum <oliver@xxxxxxxxxx> Cc: Ali Akcaagac <aliakc@xxxxxx> Cc: Jamie Lenehan <lenehan@xxxxxxxxxxx> Cc: dc395x@xxxxxxxxxxx Cc: James Smart <james.smart@xxxxxxxxxxxx> Cc: Doug Gilbert <dgilbert@xxxxxxxxxxxx> Cc: Finn Thain <fthain@xxxxxxxxxxxxxx> Cc: Michael Schmitz <schmitzmic@xxxxxxxxx> Cc: Kashyap Desai <kashyap.desai@xxxxxxxxxxxx> Cc: Sumit Saxena <sumit.saxena@xxxxxxxxxxxx> Cc: Shivasharan S <shivasharan.srikanteshwara@xxxxxxxxxxxx> Cc: megaraidlinux.pdl@xxxxxxxxxxxx Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx>