From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id DCF17A05D3 for ; Thu, 25 Apr 2019 15:45:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BEA9F1B5B6; Thu, 25 Apr 2019 15:45:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6D6C01B5B8; Thu, 25 Apr 2019 15:45:16 +0200 (CEST) In-Reply-To: <20190425133456.23074-1-shreyansh.jain@nxp.com> References: <20190425133456.23074-1-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20190425134516.6D6C01B5B8@dpdk.org> Date: Thu, 25 Apr 2019 15:45:16 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53083 [PATCH] net/dpaa2: fix incorrect loop increment X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/53083 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #36: FILE: drivers/net/dpaa2/dpaa2_flow.c:1736: for (j = 0; j < MAX_TCS + 1; j++) { + for (k = 0; k < DPKG_MAX_NUM_OF_EXTRACTS; k++) { total: 0 errors, 1 warnings, 0 checks, 8 lines checked