From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 97884A04B1 for ; Sun, 11 Oct 2020 00:12:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 917F41D413; Sun, 11 Oct 2020 00:12:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 7FD641D425; Sun, 11 Oct 2020 00:12:50 +0200 (CEST) In-Reply-To: <20201010221124.6937-1-akhil.goyal@nxp.com> References: <20201010221124.6937-1-akhil.goyal@nxp.com> To: test-report@dpdk.org Cc: Akhil Goyal Message-Id: <20201010221250.7FD641D425@dpdk.org> Date: Sun, 11 Oct 2020 00:12:50 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw80293 [PATCH v2] security: update session create API 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/80293 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #151: FILE: app/test/test_cryptodev.c:560: + if (session_size < security_session_size) + session_size = security_session_size; WARNING:TYPO_SPELLING: 'accomodate' may be misspelled - perhaps 'accommodate'? #416: FILE: doc/guides/prog_guide/rte_security.rst:540: +And the session mempool object size should be enough to accomodate total: 0 errors, 2 warnings, 401 lines checked