From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7ACB13237; Wed, 29 Nov 2017 12:43:54 +0100 (CET) In-Reply-To: <20171129114153.GA16467@jerin> References: <20171129114153.GA16467@jerin> To: test-report@dpdk.org Cc: Jerin Jacob Message-Id: <20171129114354.7ACB13237@dpdk.org> Date: Wed, 29 Nov 2017 12:43:54 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31752 [PATCH RFC] eventdev: add crypto adapter API header 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, 29 Nov 2017 11:43:54 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31752 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #33: > lib/librte_eventdev/rte_event_crypto_adapter.h | 474 +++++++++++++++++++++++++ WARNING:LEADING_SPACE: please, no spaces at the start of a line #223: FILE: lib/librte_cryptodev/rte_crypto.h:120: + Crypto completion event attribute. For _session less_ crypto enqueue operation,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #224: FILE: lib/librte_cryptodev/rte_crypto.h:121: + The will field shall be used by application to post the crypto completion event$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #225: FILE: lib/librte_cryptodev/rte_crypto.h:122: + upon the crypto enqueue operation complete.$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #251: FILE: lib/librte_cryptodev/rte_cryptodev.h:949: + Create PMD specific session meta data for the destination event queue$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #252: FILE: lib/librte_cryptodev/rte_cryptodev.h:950: + attribute to post the crypto completion event on crypto work complete.$ ERROR:CODE_INDENT: code indent should use tabs where possible #256: FILE: lib/librte_cryptodev/rte_cryptodev.h:954: + struct rte_cryptodev_sym_session *sess,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #256: FILE: lib/librte_cryptodev/rte_cryptodev.h:954: + struct rte_cryptodev_sym_session *sess,$ ERROR:CODE_INDENT: code indent should use tabs where possible #257: FILE: lib/librte_cryptodev/rte_cryptodev.h:955: + struct rte_crypto_sym_xform *xforms,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #257: FILE: lib/librte_cryptodev/rte_cryptodev.h:955: + struct rte_crypto_sym_xform *xforms,$ ERROR:CODE_INDENT: code indent should use tabs where possible #258: FILE: lib/librte_cryptodev/rte_cryptodev.h:956: + struct rte_mempool *mempool,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #258: FILE: lib/librte_cryptodev/rte_cryptodev.h:956: + struct rte_mempool *mempool,$ ERROR:CODE_INDENT: code indent should use tabs where possible #259: FILE: lib/librte_cryptodev/rte_cryptodev.h:957: + struct rte_event ev);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #259: FILE: lib/librte_cryptodev/rte_cryptodev.h:957: + struct rte_event ev);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 5 errors, 10 warnings, 22 lines checked