From patchwork Tue Mar 12 09:25:09 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: 10848881 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 614701669 for ; Tue, 12 Mar 2019 09:25:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4DABC29475 for ; Tue, 12 Mar 2019 09:25:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 41C3A294E5; Tue, 12 Mar 2019 09:25:16 +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 DFCDD29475 for ; Tue, 12 Mar 2019 09:25:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725894AbfCLJZP (ORCPT ); Tue, 12 Mar 2019 05:25:15 -0400 Received: from mail-pg1-f196.google.com ([209.85.215.196]:35239 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725844AbfCLJZP (ORCPT ); Tue, 12 Mar 2019 05:25:15 -0400 Received: by mail-pg1-f196.google.com with SMTP id e17so1376054pgd.2 for ; Tue, 12 Mar 2019 02:25:14 -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:user-agent; bh=DKHkYXIgGK6dxoH/N4RNJWIstk4Cqb8y1QXHF12nVdI=; b=qpUakK3RXg2sfOUsxnAEv87++kCREXKcbz9gdegDFkfNyzmYRi6w25ryP7+MoZqGx1 YpISBeVh2qfwaU56gsKFpXgRD5gtmaKqeek6bYI42WexTWBL72/TG5QTIvD+EY6S8Ifk Fq/ILiCqMWXC0RkYRj2fJJHj238edBdyUPRxp2+b+udT5ivSWN8WiZ+wWWdHRNEhPnWx TpDrs+FeuMWg9He+MNm2eJKsGut54XlbfPTvhBujppzvKmXSysSUTuX5+UvyexG/0iI1 rhHLtPBRluXvc2wDeWHI8jdysq77Sir/YKmKwQKzCFY4xMuwv+NDs0l0UXiaGfxSMbmt DIGw== X-Gm-Message-State: APjAAAWvbeDxLK1RG+69nG1heHKQ3mZ7s7Vl/HwH+AJF4xaZ//x5mNQf kpA9mUtcR7GNo5hEXJEVzw2BJbCe7X4= X-Google-Smtp-Source: APXvYqwsvOqZb5typ0s8wX5VkrOk27pKlqwgWcCcCL82S0Vm4LY8SLrUo0G6f1TZrJvSEfJc8tOwjw== X-Received: by 2002:a17:902:a81:: with SMTP id 1mr8752360plp.308.1552382713851; Tue, 12 Mar 2019 02:25:13 -0700 (PDT) Received: from machine1 ([125.16.97.116]) by smtp.gmail.com with ESMTPSA id 195sm22954753pfc.50.2019.03.12.02.25.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Mar 2019 02:25:12 -0700 (PDT) Date: Tue, 12 Mar 2019 14:55:09 +0530 From: "Milan P. Gandhi" To: linux-scsi@vger.kernel.org Cc: kernel-janitors@vger.kernel.org Subject: [PATCH] Minor fix for comment section Message-ID: <20190312092509.GA10303@machine1> MIME-Version: 1.0 Content-Disposition: inline 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 Corrected a small alignment issue with comment. Signed-off-by: Milan P. Gandhi --- 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..9bd41b5fc279 100644 --- a/drivers/scsi/qla2xxx/qla_bsg.c +++ b/drivers/scsi/qla2xxx/qla_bsg.c @@ -1,4 +1,4 @@ - /* +/* * QLogic Fibre Channel HBA Driver * Copyright (c) 2003-2014 QLogic Corporation *