Received: by 10.223.176.46 with SMTP id f43csp458465wra; Thu, 18 Jan 2018 20:24:49 -0800 (PST) X-Google-Smtp-Source: ACJfBoviMfAHGbbRC3v5BQpy/pt+UOLdjr2qj6+X+DdYOG/8EOSEHKlyOOrr9ZhVJGumZ1I1UPcL X-Received: by 10.98.53.195 with SMTP id c186mr45634376pfa.115.1516335889868; Thu, 18 Jan 2018 20:24:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516335889; cv=none; d=google.com; s=arc-20160816; b=V7t3j2ETU/VkbYeyczoCcD7POq0q+jStFuOYr0z/AAb9zgcnbqSOc7ed0hPtbQkTh3 1dbU696qP2L6shKsAWmk8+W0Ssg6iy/Ph4ZhVqGcEPkqyceltibavIFT/bWehu7Yu2M3 VEZKozdoVK7zQS5PyTT0oL3lf21wn++U2tl1TySx7R2lM1XEg7uyQpC9mGVxMTjRvpTt aAqE8/SMoB5XCi+mLEp48+QKcqMqZ/iLkNsY7L8tHKTEHyymLmzMHyjfuaG7gLrf3+Fo 9vvB+BJ1DVVKOJnAWoaFf2p0hlKAszwx/8ad0S2Mt1qzVk1KMwZiL3YIi+XS3+zCEpr8 qnQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=64JspSfGZy9djHmeg91g9A66t7/g4co6YvZGQFqBoJA=; b=X2hiDHMdULLXwyACEwvhidj/Xom3O2eHNmY8O9762tqVgmsn+kywGFB4CcilADY4nr zDSZQqHj2rBf28HiAF2q9aVwN/ATVxGoBoWBfT4KfCWaH/kEj9JqoZlS64Te91Tvm/3y IfBCmv6nojt+fxaMtvGAQkk6gsBTMvmUMTsTsrxrJe9Rk0gvzzHG3Qe3cn/1P/MEqcDY zDolpNLCHY7tggLVuKCvshFngRUKiwxp4KhjcsYbKkmcjFASOYy3q7biqdncvn2HZoNK rnIio356YRYqYQjoGJp5tPbvcrXqkNCJ7upsQUC+mhuEXy38xXnFL5sHJVAHWLOSpf8p N7Lw== ARC-Authentication-Results: i=1; mx.google.com; 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 m26si7459645pgc.375.2018.01.18.20.24.35; Thu, 18 Jan 2018 20:24:49 -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; 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 S1753412AbeASEWR (ORCPT + 99 others); Thu, 18 Jan 2018 23:22:17 -0500 Received: from stargate.chelsio.com ([12.32.117.8]:1303 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753142AbeASEWK (ORCPT ); Thu, 18 Jan 2018 23:22:10 -0500 Received: from [10.193.189.121] (harsh.asicdesigners.com [10.193.189.121]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id w0J4Ls5G015815; Thu, 18 Jan 2018 20:21:55 -0800 Subject: Re: linux-next: build warning after merge of the crypto tree To: Stephen Rothwell , Herbert Xu Cc: Linux-Next Mailing List , Linux Kernel Mailing List References: <20180119124926.1c22bb19@canb.auug.org.au> From: Harsh Jain Message-ID: <2a629f26-de6b-803e-a07b-4cfec3b59d13@chelsio.com> Date: Fri, 19 Jan 2018 09:51:43 +0530 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180119124926.1c22bb19@canb.auug.org.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Herbert, It's an indentation issue. Seems checkpatch and default compile options does not report this warning. How would you like to take the fix. Should I sent whole series again with fix or only indentation patch. On 19-01-2018 07:19, Stephen Rothwell wrote: > Hi Herbert, > > After merging the crypto tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/crypto/chelsio/chcr_algo.c: In function 'create_authenc_wr': > drivers/crypto/chelsio/chcr_algo.c:2113:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] > if (error) > ^~ > drivers/crypto/chelsio/chcr_algo.c:2115:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' > dnents = sg_nents_xlen(req->dst, assoclen, CHCR_DST_SG_SIZE, 0); > ^~~~~~ > > Introduced by commit > > e1a018e607a3 ("crypto: chelsio - Remove dst sg size zero check") >