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 5FAC3A04B6 for ; Mon, 12 Oct 2020 13:21:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 59B971D6B1; Mon, 12 Oct 2020 13:21:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id EEF781D6B7; Mon, 12 Oct 2020 13:21:38 +0200 (CEST) In-Reply-To: <20201012111913.705225-2-pablo.de.lara.guarch@intel.com> References: <20201012111913.705225-2-pablo.de.lara.guarch@intel.com> To: test-report@dpdk.org Cc: Pablo de Lara Message-Id: <20201012112138.EEF781D6B7@dpdk.org> Date: Mon, 12 Oct 2020 13:21:38 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw80354 [PATCH v5 2/2] test/crypto: add GMAC SGL tests 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/80354 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #335: FILE: app/test/test_cryptodev_aead_test_vectors.h:2617: +/* Test vector used to test GMAC SGL with 16 segments + plaintext length = ~32KB / segment size = ~2 KB */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #335: FILE: app/test/test_cryptodev_aead_test_vectors.h:2617: + plaintext length = ~32KB / segment size = ~2 KB */ ERROR:CODE_INDENT: code indent should use tabs where possible #357: FILE: app/test/test_cryptodev_aead_test_vectors.h:2639: + 0xb1, 0xba, 0xe7, 0x28, 0xd3, 0x95, 0x80, 0xd7,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #357: FILE: app/test/test_cryptodev_aead_test_vectors.h:2639: + 0xb1, 0xba, 0xe7, 0x28, 0xd3, 0x95, 0x80, 0xd7,$ ERROR:CODE_INDENT: code indent should use tabs where possible #358: FILE: app/test/test_cryptodev_aead_test_vectors.h:2640: + 0x2e, 0xf5, 0xd0, 0x20, 0x80, 0x95, 0x16, 0x97$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #358: FILE: app/test/test_cryptodev_aead_test_vectors.h:2640: + 0x2e, 0xf5, 0xd0, 0x20, 0x80, 0x95, 0x16, 0x97$ total: 2 errors, 4 warnings, 270 lines checked