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 07865A056D for ; Thu, 12 Mar 2020 16:21:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5DAAC2BE6; Thu, 12 Mar 2020 16:21:17 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id B7FB91C05C; Thu, 12 Mar 2020 16:21:14 +0100 (CET) In-Reply-To: <20200312151654.7218-13-l.wojciechow@partner.samsung.com> References: <20200312151654.7218-13-l.wojciechow@partner.samsung.com> To: test-report@dpdk.org Cc: Lukasz Wojciechowski Message-Id: <20200312152114.B7FB91C05C@dpdk.org> Date: Thu, 12 Mar 2020 16:21:14 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66601 [PATCH 12/13] app/test: add rte_security_capabilities_get tests 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/66601 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #132: FILE: app/test/test_security.c:442: + struct rte_security_capability * ret; ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #138: FILE: app/test/test_security.c:448: +static const struct rte_security_capability * +mock_capabilities_get(void *device) { WARNING:LONG_LINE: line over 90 characters #290: FILE: app/test/test_security.c:1858: + test_rte_security_capabilities_get_inv_param_context_ops_fun), total: 2 errors, 2 warnings, 173 lines checked