From patchwork Sun Nov 19 01:46:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10064977 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 EEE3160352 for ; Sun, 19 Nov 2017 01:47:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CB35B2958A for ; Sun, 19 Nov 2017 01:47:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AE96E2958C; Sun, 19 Nov 2017 01:47:04 +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 3D1522958A for ; Sun, 19 Nov 2017 01:47:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750777AbdKSBrC (ORCPT ); Sat, 18 Nov 2017 20:47:02 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:53600 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750732AbdKSBrC (ORCPT ); Sat, 18 Nov 2017 20:47:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.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=MREXmbR/1Wa6J05AfaGWA7MLwvQpcCutovxtq/KX7UI=; b=FS1R+9uh/ISbzVFNkVDdw3Btz Pc8BjpLj5UQ5oa6L4q0g8U8eg1WvDDHmlHZWFb/O7W39Kg6Q/MOr6Y7SmxDCkbRkoLg5ADDai2/VN j4vYPZgjaUsU6sSOOMGGGwdwjmtGwg3+adbO9iudzfmgTshQMLwZ4JFX5gKG99R78ZzYgc0+PLD+s 3TyAYtiLjRD45D0U+fCrNW3SRsWpA4AL5SsEmyYXSrlRp8aTdkNZ3yz6DxyDsrNOd/Puc2eUtNXoi 5swStvinHkm80igoEklcMsp6mMeQvF9uoGHDV+Ta+Nxh7yU8J2GGgmSFal1s/+ZPPn6lin1h6Ofuw Ebfj61xjA==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlap) by bombadil.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1eGEhI-0002s0-0O; Sun, 19 Nov 2017 01:47:00 +0000 To: linux-scsi , "James E.J. Bottomley" , "Martin K. Petersen" From: Randy Dunlap Subject: [PATCH] scsi: fix another I2O typo Message-ID: <8885e6a1-5a41-2a9c-aaf3-d0ba061b4775@infradead.org> Date: Sat, 18 Nov 2017 17:46:59 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.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 Correct another typo I20 to I2O. Signed-off-by: Randy Dunlap --- Documentation/driver-api/scsi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-414.orig/Documentation/driver-api/scsi.rst +++ lnx-414/Documentation/driver-api/scsi.rst @@ -332,5 +332,5 @@ todo ~~~~ Parallel (fast/wide/ultra) SCSI, USB, SATA, SAS, Fibre Channel, -FireWire, ATAPI devices, Infiniband, I20, iSCSI, Parallel ports, +FireWire, ATAPI devices, Infiniband, I2O, iSCSI, Parallel ports, netlink...