From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 65A8E5B2C; Fri, 7 Sep 2018 19:17:07 +0200 (CEST) In-Reply-To: <20180907171311.20371-3-marko.kovacevic@intel.com> References: <20180907171311.20371-3-marko.kovacevic@intel.com> To: test-report@dpdk.org Cc: Marko Kovacevic Message-Id: <20180907171707.65A8E5B2C@dpdk.org> Date: Fri, 7 Sep 2018 19:17:07 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw44427 [v1, 2/2] test/test: cryptodev application parser for FIPS certification 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: , X-List-Received-Date: Fri, 07 Sep 2018 17:17:07 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/44427 _coding style issues_ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #429: FILE: test/test/test_cryptodev_fips_parse_aes.c:215: + if ((ret = alloc_line_block_mem(line, MAX_NB_CHAR)) < 0) WARNING:LONG_LINE: line over 90 characters #564: FILE: test/test/test_cryptodev_fips_parse_aes.c:350: + fprintf(fp, "%s ", tc->test_op == RTE_CRYPTO_CIPHER_OP_ENCRYPT ? WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #569: FILE: test/test/test_cryptodev_fips_parse_aes.c:355: + if (tc->skip_flag) + continue; WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #855: FILE: test/test/test_cryptodev_fips_parse_common.c:236: + * MAX_CASE_LINE lines */ total: 1 errors, 3 warnings, 894 lines checked