Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: docs: convert sym53c500_cs.txt to ReST

Link: https://lore.kernel.org/r/eff6166b3442ddb37b934bca46e7f9ef25ebc2a4.1583136624.git.mchehab+huawei@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Mauro Carvalho Chehab and committed by
Martin K. Petersen
110a89b1 bf65c846

+8 -1
+1
Documentation/scsi/index.rst
··· 41 41 sd-parameters 42 42 smartpqi 43 43 st 44 + sym53c500_cs 44 45 45 46 scsi_transport_srp/figures
+7 -1
Documentation/scsi/sym53c500_cs.txt Documentation/scsi/sym53c500_cs.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ======================= 4 + The sym53c500_cs Driver 5 + ======================= 6 + 1 7 The sym53c500_cs driver originated as an add-on to David Hinds' pcmcia-cs 2 8 package, and was written by Tom Corner (tcorner@via.at). A rewrite was 3 9 long overdue, and the current version addresses the following concerns: ··· 26 20 version of this driver, and I guess it worked for those users. It worked 27 21 for Tom Corner, and it works for me. Your mileage will probably vary. 28 22 29 - --Bob Tracy (rct@frus.com) 23 + Bob Tracy (rct@frus.com)