From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id AFE5A69D4; Sun, 19 Mar 2017 11:02:36 +0100 (CET) In-Reply-To: <20170317084510.2120-1-akhil.goyal@nxp.com> References: <20170317084510.2120-1-akhil.goyal@nxp.com> To: test-report@dpdk.org Cc: Akhil Goyal Message-Id: <20170319100236.AFE5A69D4@dpdk.org> Date: Sun, 19 Mar 2017 11:02:36 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw21833 [PATCH 1/2] cryptodev: add api for attach-detach session with queue pair 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: Sun, 19 Mar 2017 10:02:36 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/21833 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #102: FILE: lib/librte_cryptodev/rte_cryptodev.h:335: + unsigned max_nb_sessions_per_qp; WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #104: FILE: lib/librte_cryptodev/rte_cryptodev.h:337: + * Default 0 for infinite sessions. */ total: 0 errors, 2 warnings, 134 lines checked