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 6EA91A2E1B for ; Wed, 4 Sep 2019 11:19:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5020D1ED73; Wed, 4 Sep 2019 11:19:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 30DD31ED71; Wed, 4 Sep 2019 11:19:57 +0200 (CEST) In-Reply-To: <20190903164911.32091-1-akhil.goyal@nxp.com> References: <20190903164911.32091-1-akhil.goyal@nxp.com> To: test-report@dpdk.org Cc: Akhil Goyal Message-Id: <20190904091957.30DD31ED71@dpdk.org> Date: Wed, 4 Sep 2019 11:19:57 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw58554 [PATCH] test/crypto: add PDCP vectors and cases 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/58554 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #542: 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 #644: 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 #659: 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 #674: 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 #690: FILE: app/test/test_cryptodev.c:7602: + * In this case it is cplane 12-bit AES-ZUC DL encap */ total: 0 errors, 5 warnings, 7729 lines checked