From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id D0D108CF0; Wed, 16 Aug 2017 09:41:08 +0200 (CEST) In-Reply-To: <4cee6900-f886-6997-6911-6c9ca1735e65@nxp.com> References: <4cee6900-f886-6997-6911-6c9ca1735e65@nxp.com> To: test-report@dpdk.org Cc: Akhil Goyal Message-Id: <20170816074108.D0D108CF0@dpdk.org> Date: Wed, 16 Aug 2017 09:41:08 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27622 [PATCH RFC 1/4] rte_security: API definitions 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, 16 Aug 2017 07:41:08 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27622 _coding style issues_ ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work #88: @@ -101,7 +102,8 @@ rte_security_session_init(uint16_t dev_id, ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #107: FILE: lib/librte_cryptodev/rte_cryptodev_pmd.h:371: transform. ERROR:CODE_INDENT: code indent should use tabs where possible #136: FILE: lib/librte_cryptodev/rte_security.c:90: + ret = cdev->sec_ops->session_configure((void *)cdev,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #136: FILE: lib/librte_cryptodev/rte_security.c:90: + ret = cdev->sec_ops->session_configure((void *)cdev,$ ERROR:CODE_INDENT: code indent should use tabs where possible #137: FILE: lib/librte_cryptodev/rte_security.c:91: + conf, sess, mp);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #137: FILE: lib/librte_cryptodev/rte_security.c:91: + conf, sess, mp);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 5 errors, 2 warnings, 27 lines checked