From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C45B8A0C47 for ; Wed, 27 Oct 2021 14:01:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BE584407FF; Wed, 27 Oct 2021 14:01:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 872624068C for ; Wed, 27 Oct 2021 14:01:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 76A5C1220F5; Wed, 27 Oct 2021 14:01:46 +0200 (CEST) In-Reply-To: <20211027114530.2244661-8-radu.nicolau@intel.com> References: <20211027114530.2244661-8-radu.nicolau@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Radu Nicolau Message-Id: <20211027120146.76A5C1220F5@dpdk.org> Date: Wed, 27 Oct 2021 14:01:46 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw103044 [PATCH v5 7/7] examples/ipsec-secgw: add support for additional algorithms X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/103044 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 40) #268: FILE: examples/ipsec-secgw/sa.c:1301: + if (sa->auth_algo == RTE_CRYPTO_AUTH_AES_GMAC) + iv_length = 12; total: 0 errors, 1 warnings, 211 lines checked