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 10366A056D for ; Thu, 12 Mar 2020 16:19:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E14341C02C; Thu, 12 Mar 2020 16:19:23 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id D074B1C02E; Thu, 12 Mar 2020 16:19:22 +0100 (CET) In-Reply-To: <20200312151654.7218-7-l.wojciechow@partner.samsung.com> References: <20200312151654.7218-7-l.wojciechow@partner.samsung.com> To: test-report@dpdk.org Cc: Lukasz Wojciechowski Message-Id: <20200312151922.D074B1C02E@dpdk.org> Date: Thu, 12 Mar 2020 16:19:22 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66594 [PATCH 06/13] app/test: add rte_security_session_update 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/66594 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #140: FILE: app/test/test_security.c:253: +static int +mock_session_update(void *device, + struct rte_security_session *sess, + struct rte_security_session_conf *conf) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #201: FILE: app/test/test_security.c:449: +static int +ut_setup_with_session(void) { WARNING:BRACES: braces {} are not necessary for single statement blocks #208: FILE: app/test/test_security.c:456: + if (ret != TEST_SUCCESS) { + return ret; + } WARNING:LONG_LINE: line over 90 characters #391: FILE: app/test/test_security.c:872: + test_rte_security_session_update_inv_param_context_ops_fun), total: 2 errors, 3 warnings, 276 lines checked