From patchwork Tue Mar 12 09:51:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Milan P. Gandhi" X-Patchwork-Id: 10848965 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 263D31850 for ; Tue, 12 Mar 2019 09:51:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1197729475 for ; Tue, 12 Mar 2019 09:51:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 05EF829552; Tue, 12 Mar 2019 09:51:56 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI 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 B436A29475 for ; Tue, 12 Mar 2019 09:51:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726630AbfCLJvy (ORCPT ); Tue, 12 Mar 2019 05:51:54 -0400 Received: from mail-pf1-f196.google.com ([209.85.210.196]:36064 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726623AbfCLJvy (ORCPT ); Tue, 12 Mar 2019 05:51:54 -0400 Received: by mail-pf1-f196.google.com with SMTP id n22so1436964pfa.3 for ; Tue, 12 Mar 2019 02:51:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:signed-off-by:user-agent; bh=8GJKSPhPjO+/sBGSiGXXE5gMBF+z0rnop4Y6/6nbqlc=; b=Xossn3i4dfYP29tsSKSocJhQ2WPMccwMzBYCE0q/Q/0cSNczXtTE0rrh5ZMMCduVOe LN/PJgyvnNwInY0o/JQg8/Z/XyoTtOSyl7K90xcHuFuBWc6uP+V1TxXi5hnyAcGcA3ZK d8rDdhGYZaoOa5jEI/x5pSWbuv24e2PoS3ukl6z0EKwZwqn5tnqwwTgQrThSzB7390mR ytUdzj+eBka7gLI3qF2E9z3qPNEkjiobILmDAiTqPnCojyaCAtJDVwcAAG3V6FqPKy8X cJaAf+VSAC23zPJyuKjBX73KM0iQOzDsXirvFtgZvgq7dk2oqVozbbZAiowXluoqm18h NqAg== X-Gm-Message-State: APjAAAWVwJoaI3SXQpPGEJ8ffmKkTVH2XVoS6KAruuBOCSDHtlJj/kXS hPwLGUw6EN5e4LxEdCbDywvXPr719+M= X-Google-Smtp-Source: APXvYqwu54s8NgBASfZqGRAmyfDp1q9/x2aEb8oda2mgvX653VWHLIR5xEID1RmGLkkEKTazJ7KQHA== X-Received: by 2002:a62:39c5:: with SMTP id u66mr37318335pfj.245.1552384313558; Tue, 12 Mar 2019 02:51:53 -0700 (PDT) Received: from machine1 ([125.16.97.122]) by smtp.gmail.com with ESMTPSA id q62sm19616813pfi.183.2019.03.12.02.51.51 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Mar 2019 02:51:53 -0700 (PDT) Date: Tue, 12 Mar 2019 15:21:49 +0530 From: "Milan P. Gandhi" To: linux-scsi@vger.kernel.org Cc: kernel-janitors@vger.kernel.org Subject: [PATCH] Fix for a small typo Message-ID: <20190312095149.GA10972@machine1> MIME-Version: 1.0 Content-Disposition: inline Signed-off-by: Milan P. Gandhi User-Agent: Mutt/1.9.2 (2017-12-15) 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 Signed-off-by: Milan P. Gandhi --- drivers/scsi/qla2xxx/qla_bsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla_bsg.c b/drivers/scsi/qla2xxx/qla_bsg.c index 17d42658ad9a..f2b95f11a71c 100644 --- a/drivers/scsi/qla2xxx/qla_bsg.c +++ b/drivers/scsi/qla2xxx/qla_bsg.c @@ -1354,7 +1354,7 @@ qla24xx_iidma(struct bsg_job *bsg_job) if (rval) { ql_log(ql_log_warn, vha, 0x704c, - "iIDMA cmd failed for %8phN -- " + "iiDMA cmd failed for %8phN -- " "%04x %x %04x %04x.\n", fcport->port_name, rval, fcport->fp_speed, mb[0], mb[1]); rval = (DID_ERROR << 16);