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 B56FEA2E8C for ; Thu, 5 Sep 2019 17:03:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 103C21F048; Thu, 5 Sep 2019 17:03:49 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 09F4B1F04D; Thu, 5 Sep 2019 17:03:47 +0200 (CEST) In-Reply-To: <20190905144754.10188-7-akhil.goyal@nxp.com> References: <20190905144754.10188-7-akhil.goyal@nxp.com> To: test-report@dpdk.org Cc: Akhil Goyal Message-Id: <20190905150347.09F4B1F04D@dpdk.org> Date: Thu, 5 Sep 2019 17:03:47 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw58671 [PATCH 6/7] test/crypto: Add PDCP cases for scatter gather bufs 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/58671 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #285: FILE: app/test/test_cryptodev.c:7454: + rte_hexdump(stdout, "reference", output_vec + off, to_trn_tbl[ecx]); WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #321: FILE: app/test/test_cryptodev.c:7556: + * In this case it is uplane 12-bit AES-SNOW DL encap */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #336: FILE: app/test/test_cryptodev.c:7571: + * In this case it is uplane 18-bit NULL-NULL DL encap */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #351: FILE: app/test/test_cryptodev.c:7586: + * In this case it is uplane 18-bit AES DL encap */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #367: FILE: app/test/test_cryptodev.c:7602: + * In this case it is cplane 12-bit AES-ZUC DL encap */ total: 0 errors, 5 warnings, 373 lines checked