From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 053BEA034E for ; Thu, 7 Nov 2019 14:13:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E824D1EA3A; Thu, 7 Nov 2019 14:13:38 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 080891EA42; Thu, 7 Nov 2019 14:13:38 +0100 (CET) In-Reply-To: <20191107125657.14284-1-akhil.goyal@nxp.com> References: <20191107125657.14284-1-akhil.goyal@nxp.com> To: test-report@dpdk.org Cc: Akhil Goyal Message-Id: <20191107131338.080891EA42@dpdk.org> Date: Thu, 7 Nov 2019 14:13:38 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw62656 [PATCH] app/test-crypto-perf: support PDCP 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/62656 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 16) #150: FILE: app/test-crypto-perf/cperf_ops.c:532: + if (options->cipher_algo != RTE_CRYPTO_CIPHER_NULL) { + cipher_xform.cipher.key.data = test_vector->cipher_key.data; total: 0 errors, 1 warnings, 422 lines checked