From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id F39C71B201; Fri, 20 Oct 2017 10:36:45 +0200 (CEST) In-Reply-To: <1508488012-82704-9-git-send-email-jingjing.wu@intel.com> References: <1508488012-82704-9-git-send-email-jingjing.wu@intel.com> To: test-report@dpdk.org Cc: Jingjing Wu Message-Id: <20171020083645.F39C71B201@dpdk.org> Date: Fri, 20 Oct 2017 10:36:45 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30631 [PATCH RFC 8/9] net/avf: enable ops to check queue info and status 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: , X-List-Received-Date: Fri, 20 Oct 2017 08:36:46 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30631 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_ring[rxq->rx_tail] #137: FILE: drivers/net/avf/avf_rxtx.c:1431: + rxdp = &(rxq->rx_ring[rxq->rx_tail]); CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_ring[desc] #173: FILE: drivers/net/avf/avf_rxtx.c:1467: + rxdp = &(rxq->rx_ring[desc]); total: 0 errors, 0 warnings, 2 checks, 206 lines checked