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 578C3A1DEC for ; Mon, 2 Sep 2019 14:33:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 475F01E863; Mon, 2 Sep 2019 14:33:27 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id AE3751E8A6; Mon, 2 Sep 2019 14:33:23 +0200 (CEST) In-Reply-To: <20190902121734.926-9-akhil.goyal@nxp.com> References: <20190902121734.926-9-akhil.goyal@nxp.com> To: test-report@dpdk.org Cc: Akhil Goyal Message-Id: <20190902123323.AE3751E8A6@dpdk.org> Date: Mon, 2 Sep 2019 14:33:23 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw58388 [PATCH 08/20] crypto/dpaa_sec: support scatter gather for 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/58388 _coding style issues_ WARNING:BRACES: braces {} are not necessary for any arm of this statement #95: FILE: drivers/crypto/dpaa_sec/dpaa_sec.c:1662: + if (sym->m_dst) { [...] + } else { [...] total: 0 errors, 1 warnings, 164 lines checked