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 AFAC0A04B1 for ; Thu, 24 Sep 2020 14:19:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E25701DEE4; Thu, 24 Sep 2020 14:19:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id CD9B81E4C0; Thu, 24 Sep 2020 14:19:42 +0200 (CEST) In-Reply-To: <1600949555-28043-41-git-send-email-arybchenko@solarflare.com> References: <1600949555-28043-41-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20200924121942.CD9B81E4C0@dpdk.org> Date: Thu, 24 Sep 2020 14:19:42 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78713 [PATCH v3 40/60] common/sfc_efx/base: add API to get Rx prefix information 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/78713 _coding style issues_ ERROR:OPEN_BRACE: that open brace { should be on the previous line #142: FILE: drivers/common/sfc_efx/base/ef10_rx.c:578: + [EFX_RX_PREFIX_FIELD_RSS_HASH] = + { 0, 32, B_FALSE }, ERROR:OPEN_BRACE: that open brace { should be on the previous line #144: FILE: drivers/common/sfc_efx/base/ef10_rx.c:580: + [EFX_RX_PREFIX_FIELD_VLAN_STRIP_TCI] = + { 32, 16, B_TRUE }, ERROR:OPEN_BRACE: that open brace { should be on the previous line #146: FILE: drivers/common/sfc_efx/base/ef10_rx.c:582: + [EFX_RX_PREFIX_FIELD_INNER_VLAN_STRIP_TCI] = + { 48, 16, B_TRUE }, ERROR:OPEN_BRACE: that open brace { should be on the previous line #148: FILE: drivers/common/sfc_efx/base/ef10_rx.c:584: + [EFX_RX_PREFIX_FIELD_LENGTH] = + { 64, 16, B_FALSE }, ERROR:OPEN_BRACE: that open brace { should be on the previous line #150: FILE: drivers/common/sfc_efx/base/ef10_rx.c:586: + [EFX_RX_PREFIX_FIELD_PARTIAL_TSTAMP] = + { 80, 32, B_FALSE }, ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #356: FILE: drivers/common/sfc_efx/base/efx_rx.c:1071: + return (0); total: 6 errors, 0 warnings, 306 lines checked