From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 08E9B1B33C; Tue, 3 Oct 2017 12:50:32 +0200 (CEST) In-Reply-To: <1507027711-879-4-git-send-email-matan@mellanox.com> References: <1507027711-879-4-git-send-email-matan@mellanox.com> To: test-report@dpdk.org Cc: Matan Azrad Message-Id: <20171003105032.08E9B1B33C@dpdk.org> Date: Tue, 3 Oct 2017 12:50:32 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw29524 [PATCH v2 3/6] net/mlx4: support multi-segments Tx 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: Tue, 03 Oct 2017 10:50:32 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/29524 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'elts == NULL' #374: FILE: drivers/net/mlx4/mlx4_txq.c:92: + if ((elts == NULL) || (txq->bounce_buf == NULL)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->bounce_buf == NULL' #374: FILE: drivers/net/mlx4/mlx4_txq.c:92: + if ((elts == NULL) || (txq->bounce_buf == NULL)) { total: 0 errors, 0 warnings, 2 checks, 342 lines checked