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 989D6A057B for ; Tue, 14 Apr 2020 12:24:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8892D1C222; Tue, 14 Apr 2020 12:24:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D930B1C1FE; Tue, 14 Apr 2020 12:24:27 +0200 (CEST) In-Reply-To: <1586859760-207446-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1586859760-207446-1-git-send-email-pablo.de.lara.guarch@intel.com> To: test-report@dpdk.org Cc: Pablo de Lara Message-Id: <20200414102427.D930B1C1FE@dpdk.org> Date: Tue, 14 Apr 2020 12:24:27 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw68426 [PATCH 1/2] test/crypto: add capability check 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/68426 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #114: FILE: app/test/test_cryptodev_blockcipher.c:61: + return 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #114: FILE: app/test/test_cryptodev_blockcipher.c:61: + return 0;$ ERROR:CODE_INDENT: code indent should use tabs where possible #125: FILE: app/test/test_cryptodev_blockcipher.c:156: + /* Check if PMD is capable of performing that test */$ ERROR:CODE_INDENT: code indent should use tabs where possible #126: FILE: app/test/test_cryptodev_blockcipher.c:157: + if (verify_algo_support(t, dev_id, digest_len) < 0) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #126: FILE: app/test/test_cryptodev_blockcipher.c:157: + if (verify_algo_support(t, dev_id, digest_len) < 0) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 17) #126: FILE: app/test/test_cryptodev_blockcipher.c:157: + if (verify_algo_support(t, dev_id, digest_len) < 0) { + RTE_LOG(DEBUG, USER1, total: 3 errors, 3 warnings, 61 lines checked