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 01755A04E1 for ; Tue, 22 Sep 2020 10:59:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D93CE1DCC8; Tue, 22 Sep 2020 10:59:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id B1DAC1DBC4; Tue, 22 Sep 2020 10:59:06 +0200 (CEST) In-Reply-To: <1600764594-14752-41-git-send-email-arybchenko@solarflare.com> References: <1600764594-14752-41-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20200922085906.B1DAC1DBC4@dpdk.org> Date: Tue, 22 Sep 2020 10:59:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78293 [PATCH 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/78293 _coding style issues_ ERROR:OPEN_BRACE: that open brace { should be on the previous line #141: 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 #143: 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 #145: 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 #147: 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 #149: FILE: drivers/common/sfc_efx/base/ef10_rx.c:586: + [EFX_RX_PREFIX_FIELD_PARTIAL_TSTAMP] = + { 80, 32, B_FALSE }, WARNING:TYPO_SPELLING: 'endianess' may be misspelled - perhaps 'endianness'? #293: FILE: drivers/common/sfc_efx/base/efx.h:2794: + * Location and endianess of a field in Rx prefix. ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #355: FILE: drivers/common/sfc_efx/base/efx_rx.c:1071: + return (0); total: 6 errors, 1 warnings, 306 lines checked