From patchwork Wed Oct 11 00:16:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 9998179 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C5E0260230 for ; Wed, 11 Oct 2017 00:16:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B7314287DE for ; Wed, 11 Oct 2017 00:16:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ABDBD28800; Wed, 11 Oct 2017 00:16:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4BCB0287DE for ; Wed, 11 Oct 2017 00:16:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756486AbdJKAQc (ORCPT ); Tue, 10 Oct 2017 20:16:32 -0400 Received: from merlin.infradead.org ([205.233.59.134]:33494 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753777AbdJKAQc (ORCPT ); Tue, 10 Oct 2017 20:16:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=vdG9vOZy2m+nfPxHLe08k0Fy0dnXtZIwpoHv1MBtG0c=; b=g9sF5OQ/H9sP2uS8yM2JyEoOgB 4QTQAZiRY1y+8C+aet7qdURHDDmd2ydpv1y/kEsEarTLhoGjreKXY3yE/QNdpBaE+FEzSzkw/yAPb oXdToDIEAcUpUUb0PMsAerCzH5PLTRY31+2Xw+5ieOJeQoZ7O+gci174nXD2nfnt5VouEz2BYMJ3U qGHQwHmQKDX49ggJBp5QFReg1HrN+tEbOVsoYadbvBwJghELEb4n1qet2ftPzOPDRPi4iakD72pA6 eV6rlVw+Ie52XdlE3VVTGfzH9ongcujWYIZz/sGAs9MfGJUFgZrT5khwC+5q5iVdfg9Jps8YIexOK S17cdjDQ==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlap) by merlin.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1e24hI-0002hK-Kv; Wed, 11 Oct 2017 00:16:28 +0000 To: linux-scsi , "James E.J. Bottomley" , "Martin K. Petersen" From: Randy Dunlap Subject: [PATCH] scsi: fix doc. typo for I2O Message-ID: <86c3cc98-3e92-c82f-655e-2fd581ba5539@infradead.org> Date: Tue, 10 Oct 2017 17:16:26 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Fix typo: I20 should be I2O. Signed-off-by: Randy Dunlap --- Documentation/driver-api/scsi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-414-rc3.orig/Documentation/driver-api/scsi.rst +++ lnx-414-rc3/Documentation/driver-api/scsi.rst @@ -28,7 +28,7 @@ SCSI commands can be transported over ju 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 `__, TCP/IP +`I2O `__, TCP/IP (`iSCSI `__), even `Parallel ports `__.