From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9939B2B99; Mon, 27 Nov 2017 12:24:50 +0100 (CET) In-Reply-To: <1511505206-97333-11-git-send-email-jingjing.wu@intel.com> References: <1511505206-97333-11-git-send-email-jingjing.wu@intel.com> To: test-report@dpdk.org Cc: Jingjing Wu Message-Id: <20171127112450.9939B2B99@dpdk.org> Date: Mon, 27 Nov 2017 12:24:50 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31625 [PATCH v2 10/14] 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: Mon, 27 Nov 2017 11:24:51 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31625 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_ring[rxq->rx_tail] #97: FILE: drivers/net/avf/avf_rxtx.c:1460: + rxdp = &(rxq->rx_ring[rxq->rx_tail]); total: 0 errors, 0 warnings, 1 checks, 147 lines checked