diff options
author | Randy Dunlap <[email protected]> | 2023-05-18 14:27:42 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-05-22 18:36:07 -0400 |
commit | a292835f69c62ea0de2501b8733f8a30a561d620 (patch) | |
tree | 96ce9c2c5c91a78c86b277b2878eeec22f7dd2e2 | |
parent | 1d3e21238f5042bbe3634612c7916f13ea77feef (diff) |
scsi: docs: scsi-changer: Shorten the chapter heading
Make the heading be concise yet still descriptive.
This makes the subsystem table of contents more readable (IMO).
Signed-off-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Cc: "James E.J. Bottomley" <[email protected]>
Cc: "Martin K. Petersen" <[email protected]>
Cc: [email protected]
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Gerd Knorr <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | Documentation/scsi/scsi-changer.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/scsi/scsi-changer.rst b/Documentation/scsi/scsi-changer.rst index ab60e7e61a6c..5d828c7f492d 100644 --- a/Documentation/scsi/scsi-changer.rst +++ b/Documentation/scsi/scsi-changer.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -======================================== -README for the SCSI media changer driver -======================================== +========================= +SCSI media changer driver +========================= This is a driver for SCSI Medium Changer devices, which are listed with "Type: Medium Changer" in /proc/scsi/scsi. |