From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id DA5DEA0679 for ; Tue, 2 Apr 2019 15:57:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BF1DE4C99; Tue, 2 Apr 2019 15:57:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id B60DC5688; Tue, 2 Apr 2019 15:57:56 +0200 (CEST) In-Reply-To: <1554213434-60684-5-git-send-email-rosen.xu@intel.com> References: <1554213434-60684-5-git-send-email-rosen.xu@intel.com> To: test-report@dpdk.org Cc: "Xu, Rosen" Message-Id: <20190402135756.B60DC5688@dpdk.org> Date: Tue, 2 Apr 2019 15:57:56 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52100 [PATCH v3 04/14] drivers/net/ipn3ke: add IPN3KE representor of PMD driver 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/52100 _coding style issues_ CHECK:SPACING: spaces preferred around that '-' (ctx:VxV) #216: FILE: drivers/net/ipn3ke/ipn3ke_representor.c:129: + dev->data->mac_addrs->addr_bytes[ETHER_ADDR_LEN-1] = ^ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mtu < ETHER_MIN_MTU' #846: FILE: drivers/net/ipn3ke/ipn3ke_representor.c:759: + if ((mtu < ETHER_MIN_MTU) || + (frame_size > IPN3KE_MAC_FRAME_SIZE_MAX)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'frame_size > IPN3KE_MAC_FRAME_SIZE_MAX' #846: FILE: drivers/net/ipn3ke/ipn3ke_representor.c:759: + if ((mtu < ETHER_MIN_MTU) || + (frame_size > IPN3KE_MAC_FRAME_SIZE_MAX)) CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #853: FILE: drivers/net/ipn3ke/ipn3ke_representor.c:766: + IPN3KE_AFU_PMD_ERR( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #860: FILE: drivers/net/ipn3ke/ipn3ke_representor.c:773: + IPN3KE_AFU_PMD_ERR( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #994: FILE: drivers/net/ipn3ke/ipn3ke_representor.c:907: + IPN3KE_AFU_PMD_ERR( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #1021: FILE: drivers/net/ipn3ke/ipn3ke_representor.c:934: + IPN3KE_AFU_PMD_ERR( total: 0 errors, 0 warnings, 7 checks, 1006 lines checked