Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp3700011ybv; Mon, 10 Feb 2020 04:58:07 -0800 (PST) X-Google-Smtp-Source: APXvYqyfgaWpezjri4UBz4BPR0WofDZ/RCia9pVpUGPW3kLSbYRGHz+jLIqkEbj0FdO9ungOuIRw X-Received: by 2002:a05:6808:4c7:: with SMTP id a7mr724725oie.83.1581339487508; Mon, 10 Feb 2020 04:58:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581339487; cv=none; d=google.com; s=arc-20160816; b=LvTs41s9KUQJfsVzygXZnmglFKRFGkbyyzY8wVQktjT2kryZc+ug+GFhXLiEa/prE2 GUwSUvXrr9ZE+o/jaYzU2N9QUAKslWm1w+81Ux47rnGZcEva6ZqyrqVHUFSEGi3dyvQ2 OcG6q4KhGBBt/kZ78lCjBLCkNSINTHHYY5z4qjDkP0m1NgROIp2/CNWaZ8kG1mDvNTTN 4TGaRpCQfjeKv106vgVORYU3/1K+K//zZn/ypHLihY1Yq738LyoCFwQ0SvKhn2CAqsYx Z2/1exkg8HqKWyqqUKIcmU0fVm7NfMxbdn8bB9qwRzgm3H0J8RJ3ZBzazCrnxz7DL6+y OhiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=sdBFRCHic5TkiaGbxKWuNfOWE8ytSuE/ivLXQmGwXTE=; b=W1Qz1C86mSiKG1SHhrDRMtpGhIYlebwHjV6c8imX8f3DIkem8UGSlr/EQxzi0ZiLEw mn2NI0vhxrP+Te0DGIIvipqWI7yTPYXDHrwefuVF777TiC3K4NS/o5b+Jx2FYP/2Iv4i eISMqqJUNk5G14V9CDg5/+m17LR7BymzVSwS1OKJFYrXJo2UraVv9MNrmVYRpmChmRwX EBFkdM6/jJLo0rcV6y0YcU77cOgZkPTzzF/QKEP9oUZvUv88TTeCHGNnPK0LBXrh2t6I yqgADgp+08R2hN/hRUa5mUe8W6Nqk/v+HibcEu6oFUBcB3ip0j8K5YpnPBuaExVVXMye //pw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=IvFMWPRV; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z62si139179oiz.271.2020.02.10.04.57.55; Mon, 10 Feb 2020 04:58:07 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=IvFMWPRV; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729264AbgBJM4y (ORCPT + 99 others); Mon, 10 Feb 2020 07:56:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:44152 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730022AbgBJMlf (ORCPT ); Mon, 10 Feb 2020 07:41:35 -0500 Received: from localhost (unknown [209.37.97.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7B04021569; Mon, 10 Feb 2020 12:41:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581338494; bh=u+3lNl4i/8qVK6G4lYU1ezuvWe1iVgkbryd+dHKWl7Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IvFMWPRVYQNsVWMeOvweiM7FzaxY1OT2irmko8jHeTIh2mloFuAvQbYhoZFNYKJFt pEw+V/2s9a0tsEGd8GMiTlfhzU17TvoLteNPHrCsI6DFX+GwM8NdJrE0sWeDBeSZAU ffGDGR0Di5hksCuyKsyfMJhasU2ZQso1ptO1qdig= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Manish Rangankar , Nick Desaulniers , Nathan Chancellor , "Martin K. Petersen" Subject: [PATCH 5.5 282/367] scsi: qla4xxx: Adjust indentation in qla4xxx_mem_free Date: Mon, 10 Feb 2020 04:33:15 -0800 Message-Id: <20200210122450.041314920@linuxfoundation.org> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200210122423.695146547@linuxfoundation.org> References: <20200210122423.695146547@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Nathan Chancellor commit aa8679736a82386551eb9f3ea0e6ebe2c0e99104 upstream. Clang warns: ../drivers/scsi/qla4xxx/ql4_os.c:4148:3: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] if (ha->fw_dump) ^ ../drivers/scsi/qla4xxx/ql4_os.c:4144:2: note: previous statement is here if (ha->queues) ^ 1 warning generated. This warning occurs because there is a space after the tab on this line. Remove it so that the indentation is consistent with the Linux kernel coding style and clang no longer warns. Fixes: 068237c87c64 ("[SCSI] qla4xxx: Capture minidump for ISP82XX on firmware failure") Link: https://github.com/ClangBuiltLinux/linux/issues/819 Link: https://lore.kernel.org/r/20191218015252.20890-1-natechancellor@gmail.com Acked-by: Manish Rangankar Reviewed-by: Nick Desaulniers Signed-off-by: Nathan Chancellor Signed-off-by: Martin K. Petersen Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/qla4xxx/ql4_os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/scsi/qla4xxx/ql4_os.c +++ b/drivers/scsi/qla4xxx/ql4_os.c @@ -4145,7 +4145,7 @@ static void qla4xxx_mem_free(struct scsi dma_free_coherent(&ha->pdev->dev, ha->queues_len, ha->queues, ha->queues_dma); - if (ha->fw_dump) + if (ha->fw_dump) vfree(ha->fw_dump); ha->queues_len = 0;