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 56E1CA2E1B for ; Wed, 4 Sep 2019 08:37:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4B1321ECE6; Wed, 4 Sep 2019 08:37:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 47BE71ED35; Wed, 4 Sep 2019 08:37:41 +0200 (CEST) In-Reply-To: <20190903221522.151382-5-ying.a.wang@intel.com> References: <20190903221522.151382-5-ying.a.wang@intel.com> To: test-report@dpdk.org Cc: Ying Wang Message-Id: <20190904063741.47BE71ED35@dpdk.org> Date: Wed, 4 Sep 2019 08:37:41 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw58548 [PATCH 4/4] net/ice: rework switch filter 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/58548 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #729: FILE: drivers/net/ice/ice_switch_filter.c:697: + ipv6_addr_mask, RTE_DIM( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #741: FILE: drivers/net/ice/ice_switch_filter.c:709: + rte_cpu_to_be_32( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #748: FILE: drivers/net/ice/ice_switch_filter.c:716: + ipv6_addr_mask, RTE_DIM( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #763: FILE: drivers/net/ice/ice_switch_filter.c:731: + rte_cpu_to_be_32( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #802: FILE: drivers/net/ice/ice_switch_filter.c:770: + rte_cpu_to_be_32( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #806: FILE: drivers/net/ice/ice_switch_filter.c:774: + f->tc = (rte_be_to_cpu_32( CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '~pattern_match_item->input_set_mask' #1224: FILE: drivers/net/ice/ice_switch_filter.c:1192: + if (!inputset || inputset & (~pattern_match_item->input_set_mask)) { total: 0 errors, 0 warnings, 1296 lines checked