OSDN Git Service

scsi: fix doc. typo for I2O
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 11 Oct 2017 00:16:26 +0000 (17:16 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 11 Oct 2017 18:20:50 +0000 (14:20 -0400)
Fix typo: I20 should be I2O.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Documentation/driver-api/scsi.rst

index 5a2aa7a..9ae0317 100644 (file)
@@ -28,7 +28,7 @@ SCSI commands can be transported over just about any kind of bus, and
 are the default protocol for storage devices attached to USB, SATA, SAS,
 Fibre Channel, FireWire, and ATAPI devices. SCSI packets are also
 commonly exchanged over Infiniband,
-`I20 <http://i2o.shadowconnect.com/faq.php>`__, TCP/IP
+`I2O <http://i2o.shadowconnect.com/faq.php>`__, TCP/IP
 (`iSCSI <https://en.wikipedia.org/wiki/ISCSI>`__), even `Parallel
 ports <http://cyberelk.net/tim/parport/parscsi.html>`__.