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 654A1A056D for ; Thu, 12 Mar 2020 16:21:14 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 501A31C012; Thu, 12 Mar 2020 16:21:14 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 30E461C02B; Thu, 12 Mar 2020 16:21:13 +0100 (CET) In-Reply-To: <20200312151654.7218-12-l.wojciechow@partner.samsung.com> References: <20200312151654.7218-12-l.wojciechow@partner.samsung.com> To: test-report@dpdk.org Cc: Lukasz Wojciechowski Message-Id: <20200312152113.30E461C02B@dpdk.org> Date: Thu, 12 Mar 2020 16:21:13 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66600 [PATCH 11/13] app/test: add rte_security_get_userdata 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/66600 _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 #178: FILE: app/test/test_security.c:416: +static int +mock_get_userdata(void *device, + uint64_t md, + void **userdata) { ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #239: FILE: app/test/test_security.c:1530: + void* ret = rte_security_get_userdata(NULL, md); ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #258: FILE: app/test/test_security.c:1549: + void* ret = rte_security_get_userdata(&ut_params->ctx, md); ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #277: FILE: app/test/test_security.c:1568: + void* ret = rte_security_get_userdata(&ut_params->ctx, md); ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #294: FILE: app/test/test_security.c:1585: + void *userdata = (void*)0x7E577E57; ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #301: FILE: app/test/test_security.c:1592: + void* ret = rte_security_get_userdata(&ut_params->ctx, md); ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #317: FILE: app/test/test_security.c:1608: + void *userdata = (void*)0x7E577E57; ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #324: FILE: app/test/test_security.c:1615: + void* ret = rte_security_get_userdata(&ut_params->ctx, md); total: 8 errors, 1 warnings, 226 lines checked