From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1A53E7D31; Wed, 21 Jun 2017 17:48:53 +0200 (CEST) In-Reply-To: <20170621074731.45013-14-pablo.de.lara.guarch@intel.com> References: <20170621074731.45013-14-pablo.de.lara.guarch@intel.com> To: test-report@dpdk.org Cc: Pablo de Lara Message-Id: <20170621154853.1A53E7D31@dpdk.org> Date: Wed, 21 Jun 2017 17:48:53 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25591 [PATCH 14/22] cryptodev: add auth IV 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: Wed, 21 Jun 2017 15:48:53 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25591 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #1290: FILE: examples/l2fwd-crypto/main.c:467: + * after the cipher IV, if added */ WARNING:LONG_LINE: line over 90 characters #1345: FILE: examples/l2fwd-crypto/main.c:738: + options->cipher_xform.cipher.iv.length = options->cipher_iv.length; total: 0 errors, 2 warnings, 1288 lines checked